]> granicus.if.org Git - python/commitdiff
mention the r77252 change
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 2 Jan 2010 22:42:50 +0000 (22:42 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 2 Jan 2010 22:42:50 +0000 (22:42 +0000)
Misc/NEWS

index 4b500b830c01468738a24def31e14c6643189a78..280fb514fe1c2579ddd9a6a2a355dfc6c638364d 100644 (file)
--- 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.