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, jcea, vstinner
Date 2009-02-12.07:40:33
SpamBayes Score 6.70044e-05
Marked as misclassified No
Message-id <1234424435.38.0.702227093642.issue4821@psf.upfronthosting.co.za>
In-reply-to
Content
fyi - I took care of the unicode data acceptance issue for all hashlib 
related modules in the py3k branch in r69524.

Yes, the hashlib modules have a -lot- of code in common.  Refactoring 
that would be nice but i haven't looked into it.  I at least moved the 
commonly used #define into a new hashlib.h for the above change.
History
Date User Action Args
2009-02-12 07:40:35gregory.p.smithsetrecipients: + gregory.p.smith, jcea, vstinner, ebfe
2009-02-12 07:40:35gregory.p.smithsetmessageid: <1234424435.38.0.702227093642.issue4821@psf.upfronthosting.co.za>
2009-02-12 07:40:34gregory.p.smithlinkissue4821 messages
2009-02-12 07:40:33gregory.p.smithcreate