STINNER Victor added the comment:

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?

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17276>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to