]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3745: Undo the requirement for new buffer API only objects to be passed
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 2 Jan 2010 22:28:48 +0000 (22:28 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 2 Jan 2010 22:28:48 +0000 (22:28 +0000)
commit443ec6875f04c8111832307c047409792cd445d1
tree7e2f3a41bbbb494feda2b6831ce180410d5e952d
parentc2fa18ca20e9ad1b8931eec61ece2a93e24766db
Issue #3745: Undo the requirement for new buffer API only objects to be passed
to hashlib functions in python 2.x.  The module now uses the 's*' for argument
parsing which auto encodes unicode objects to the system default encoding for
us.
Lib/test/test_hashlib.py
Modules/_hashopenssl.c
Modules/md5module.c
Modules/sha256module.c
Modules/sha512module.c
Modules/shamodule.c