]> granicus.if.org Git - python/commit
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
authorChristian Heimes <christian@cheimes.de>
Tue, 30 Jul 2013 13:35:54 +0000 (15:35 +0200)
committerChristian Heimes <christian@cheimes.de>
Tue, 30 Jul 2013 13:35:54 +0000 (15:35 +0200)
commitd49a371e9172f41c77d3ac4bd481d610bdba0fc4
tree269575bbf161734e1481aee46488bd556e92bc30
parent580373c46956f6712c7b66a6ac5eec67deb80c05
parent65aa573082b64023c8bd0f33c655c7f02830cf97
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
'SHA1' instead of 'SHA'.
Add more tests for hashlib and hash object attributes
Lib/test/test_hashlib.py
Misc/NEWS
Modules/sha1module.c