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 akuchling, christian.heimes, gregory.p.smith, jcea, pitrou
Date 2013-08-18.15:36:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376840164.94.0.754390859962.issue17276@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that deprecates MD5 has implicit default hashing algorithm. It also implements digestmod string support.

PEP 247 doesn't define the digestmod argument of keyed hashing algorithms. I'm going to define it in PEP 452.
History
Date User Action Args
2013-08-18 15:36:04christian.heimessetrecipients: + christian.heimes, akuchling, gregory.p.smith, jcea, pitrou
2013-08-18 15:36:04christian.heimessetmessageid: <1376840164.94.0.754390859962.issue17276@psf.upfronthosting.co.za>
2013-08-18 15:36:04christian.heimeslinkissue17276 messages
2013-08-18 15:36:04christian.heimescreate