[issue21304] PEP 466: Backport hashlib.pbkdf2_hmac to Python 2.7

Alex Gaynor report at bugs.python.org
Wed May 21 22:49:12 CEST 2014


Alex Gaynor added the comment:

Updated patch applies all of MAL's suggestions. Except the buffer() one, the purpose of the buffer() call is to make it an error to pass a list (or random other types) since you can call bytes() on any object.

----------
Added file: http://bugs.python.org/file35309/pbkdf2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21304>
_______________________________________


More information about the Python-bugs-list mailing list