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 pitrou
Recipients akuchling, christian.heimes, gregory.p.smith, jcea, pitrou, vstinner
Date 2013-10-22.12:49:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551172276.101240548.1382446139465.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1382445295.79.0.90464798435.issue17276@psf.upfronthosting.co.za>
Content
> Having to add a parameter to hmac() in applications to port them to
> Python 3.4 should not be so hard. And using MD5 is really a major
> security issue, don't you think so?

Some uses of md5 don't have anything to do with security. I'm -1
on removing the default value here.
History
Date User Action Args
2013-10-22 12:49:26pitrousetrecipients: + pitrou, akuchling, gregory.p.smith, jcea, vstinner, christian.heimes
2013-10-22 12:49:26pitroulinkissue17276 messages
2013-10-22 12:49:26pitroucreate