diff options
author | Christian Heimes <christian@cheimes.de> | 2013-07-30 13:32:57 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-07-30 13:32:57 (GMT) |
commit | 4fec4314cf24d78a498c85e4dc039df5ef7fcc54 (patch) | |
tree | d78523558165247a8bcc35e6858a9b2dbd91f18f /Misc | |
parent | 25f043b152e083d245fa1a9e8f213aa566940f4d (diff) | |
download | cpython-4fec4314cf24d78a498c85e4dc039df5ef7fcc54.zip cpython-4fec4314cf24d78a498c85e4dc039df5ef7fcc54.tar.gz cpython-4fec4314cf24d78a498c85e4dc039df5ef7fcc54.tar.bz2 |
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
'SHA1' instead of 'SHA'.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ Core and Builtins Library ------- +- Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns + 'SHA1' instead of 'SHA'. + - Issue #18561: Skip name in ctypes' _build_callargs() if name is NULL. - Issue #18559: Fix NULL pointer dereference error in _pickle module |