summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2010-01-02 22:42:50 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2010-01-02 22:42:50 (GMT)
commitfe32d3010c316e9ec600a6a4568f4f00dd9fd441 (patch)
tree6c66cd1db1f2b7454e6acd5c4db7927746d7abb7 /Misc
parent443ec6875f04c8111832307c047409792cd445d1 (diff)
downloadcpython-fe32d3010c316e9ec600a6a4568f4f00dd9fd441.zip
cpython-fe32d3010c316e9ec600a6a4568f4f00dd9fd441.tar.gz
cpython-fe32d3010c316e9ec600a6a4568f4f00dd9fd441.tar.bz2
mention the r77252 change
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b500b8..280fb51 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,9 @@ Library
- Issue #7457: added a read_pkg_file method to
distutils.dist.DistributionMetadata.
+- Issue #3745: Undo the 2.7a1 change to have hashlib to reject unicode and
+ non buffer-api supporting objects as input. That behavior if for 3.x only.
+
C-API
-----
@@ -1825,7 +1828,7 @@ Extension Modules
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
supporting objects as input no matter how it was compiled (built in
- implementations or external openssl library).
+ implementations or external openssl library). NOTE: Undone in 2.7a2.
- Issue #4397: Fix occasional test_socket failure on OS X.