diff options
author | Christian Heimes <christian@cheimes.de> | 2013-07-30 15:32:57 +0200 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-07-30 15:32:57 +0200 |
commit | 4fec4314cf24d78a498c85e4dc039df5ef7fcc54 (patch) | |
tree | d78523558165247a8bcc35e6858a9b2dbd91f18f /Misc/NEWS | |
parent | Issue #18593: fix typo in comment (diff) | |
download | cpython-4fec4314cf24d78a498c85e4dc039df5ef7fcc54.tar.gz cpython-4fec4314cf24d78a498c85e4dc039df5ef7fcc54.tar.bz2 cpython-4fec4314cf24d78a498c85e4dc039df5ef7fcc54.zip |
Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns
'SHA1' instead of 'SHA'.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index 281ab3ed5f5..82b1081fda7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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 |