commit | 13b55291ac84d2fb74f93c286a0bd5673f439e38 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Sep 06 08:30:23 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Sep 06 08:30:23 2010 +0000 |
tree | 3be269bb34eb782e9ec28a92b3f07d1b95b32c4f | |
parent | c86adb4c5c616e6aa7dcf9e59c71ba66ab5ea553 [diff] |
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'.