]> granicus.if.org Git - python/commit
hashlib has two new constant attributes: algorithms_guaranteed and
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 6 Sep 2010 08:30:23 +0000 (08:30 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 6 Sep 2010 08:30:23 +0000 (08:30 +0000)
commit13b55291ac84d2fb74f93c286a0bd5673f439e38
tree3be269bb34eb782e9ec28a92b3f07d1b95b32c4f
parentc86adb4c5c616e6aa7dcf9e59c71ba66ab5ea553
hashlib has two new constant attributes: algorithms_guaranteed and
algorithms_avaiable that respectively list the names of hash algorithms
guaranteed to exist in all Python implementations and the names of hash
algorithms available in the current process.

Renames the attribute new in 3.2a0 'algorithms' to 'algorithms_guaranteed'.
Doc/library/hashlib.rst
Lib/hashlib.py
Lib/test/test_hashlib.py
Misc/NEWS
Modules/_hashopenssl.c