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.

Author christian.heimes
Recipients bjornedstrom, christian.heimes, ezio.melotti, jcea, pitrou
Date 2012-10-04.15:31:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349364703.05.0.535583614691.issue16113@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-10-04 15:31:43christian.heimessetrecipients: + christian.heimes, jcea, pitrou, ezio.melotti, bjornedstrom
2012-10-04 15:31:43christian.heimessetmessageid: <1349364703.05.0.535583614691.issue16113@psf.upfronthosting.co.za>
2012-10-04 15:31:43christian.heimeslinkissue16113 messages
2012-10-04 15:31:42christian.heimescreate