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 gregory.p.smith
Recipients ebfe, gregory.p.smith, hagen, kmtracey, lemburg, pitrou, rpetrov, vstinner
Date 2010-01-02.22:33:31
SpamBayes Score 7.720951e-08
Marked as misclassified No
Message-id <1262471612.74.0.920510477097.issue3745@psf.upfronthosting.co.za>
In-reply-to
Content
trunk r77252 switches python 2.7 to use 's*' for argument parsing.  unicodes can be hashed (encoded to the system default encoding by s*) again.

This change has been blocked from being merged into py3k unless someone decides we actually want this magic unicode encoding behavior to exist there as well.

setup.py has also been updated to compile all versions of the hash algorithm modules when Py_DEBUG is defined.  I'll update tests run on all implementations next so that it is easier for developers to maintain identical behavior across all implementations without needing to explicitly remember to reconfigure their setup and test those.
History
Date User Action Args
2010-01-02 22:33:32gregory.p.smithsetrecipients: + gregory.p.smith, lemburg, pitrou, vstinner, kmtracey, hagen, rpetrov, ebfe
2010-01-02 22:33:32gregory.p.smithsetmessageid: <1262471612.74.0.920510477097.issue3745@psf.upfronthosting.co.za>
2010-01-02 22:33:31gregory.p.smithlinkissue3745 messages
2010-01-02 22:33:31gregory.p.smithcreate