Gregory P. Smith <g...@krypto.org> added the comment:

In order to get a -3 PyErr_WarnPy3k warning for unicode being passed to hashlib 
objects (a nice idea) I suggest creating an additonal 's*' like thing ('s3' 
perhaps?) in Python/getargs.c for that purpose rather than modifying all of the 
hashlib modules to accept an O, type check it and warn, and then re-parse it as 
a s* (that'd be a lot of tedious code duplication).

----------

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

Reply via email to