This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 christian.heimes
收信人 bjornedstrom, christian.heimes, ezio.melotti, jcea, pitrou
日期 2012-10-04.15:31:42
SpamBayes Score -1.0
Marked as misclassified
Message-id <1349364703.05.0.535583614691.issue16113@psf.upfronthosting.co.za>
In-reply-to
内容
Release 0.1 of pysha3 [1] is out. I've tweaked the C module to make it compatible with Python 2.6 to 3.4. The module and its tests run successfully under Linux and Windows. So far I've tested Linux X84_64 (2.7, 3.2, 3.3, 3.4), Windows X86 (2.6, 2.7, 3.2, 3.3) and Windows X86_64 (2.6, 2.7, 3.2, 3.3).

Please review Modules/sha3module.c and ignore all version specific #if blocks. For Python 3.4 I'm going to remove all blocks for Python < 3.3.

[1] http://pypi.python.org/pypi/pysha3/0.1
历史
日期 用户 动作 参数
2012-10-04 15:31:43christian.heimes修改recipients: + christian.heimes, jcea, pitrou, ezio.melotti, bjornedstrom
2012-10-04 15:31:43christian.heimes修改messageid: <1349364703.05.0.535583614691.issue16113@psf.upfronthosting.co.za>
2012-10-04 15:31:43christian.heimes链接issue16113 messages
2012-10-04 15:31:42christian.heimes创建