summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-08-12 17:49:01 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-08-12 17:49:01 (GMT)
commit66983a09d3bb5f546bdb0a590161c93670d9869e (patch)
tree6ff1685dc42324d40a6d27511db4b27f9297d602
parentb833fa88d339e9d8bbfe2f9a16567e50348202d2 (diff)
downloadcpython-66983a09d3bb5f546bdb0a590161c93670d9869e.zip
cpython-66983a09d3bb5f546bdb0a590161c93670d9869e.tar.gz
cpython-66983a09d3bb5f546bdb0a590161c93670d9869e.tar.bz2
Add NEWS entry for r83964.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b8070fe..3739333 100644
--- 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
-----------------