]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add NEWS entry for r83964.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 12 Aug 2010 17:49:01 +0000 (17:49 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 12 Aug 2010 17:49:01 +0000 (17:49 +0000)
Misc/NEWS

index b8070fe103810636f6bfd903743430bcda25b7d3..3739333698afd2b3f0d7e58a82d6c78aae657462 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@ Library
 - Issue #5798: Handle select.poll flag oddities properly on OS X.
   This fixes test_asynchat and test_smtplib failures on OS X.
 
+- Issue #9543: Fix regression in socket.py introduced in Python 2.6.6 rc 1
+  in r83624.
+
 Extension Modules
 -----------------