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 vstinner
Recipients akuchling, christian.heimes, gregory.p.smith, jcea, pitrou, vstinner
Date 2013-10-22.12:34:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382445295.79.0.90464798435.issue17276@psf.upfronthosting.co.za>
In-reply-to
Content
I would prefer to directly raise an exception in Python 3.4. Developers will not notice a warning, warning are hidden by default. How many developers run their tests using -Werror?

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?
History
Date User Action Args
2013-10-22 12:34:55vstinnersetrecipients: + vstinner, akuchling, gregory.p.smith, jcea, pitrou, christian.heimes
2013-10-22 12:34:55vstinnersetmessageid: <1382445295.79.0.90464798435.issue17276@psf.upfronthosting.co.za>
2013-10-22 12:34:55vstinnerlinkissue17276 messages
2013-10-22 12:34:55vstinnercreate