summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-07-30 13:32:57 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-07-30 13:32:57 (GMT)
commit4fec4314cf24d78a498c85e4dc039df5ef7fcc54 (patch)
treed78523558165247a8bcc35e6858a9b2dbd91f18f /Misc/NEWS
parent25f043b152e083d245fa1a9e8f213aa566940f4d (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 281ab3e..82b1081 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