commit | 66983a09d3bb5f546bdb0a590161c93670d9869e | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Aug 12 17:49:01 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Aug 12 17:49:01 2010 +0000 |
tree | 6ff1685dc42324d40a6d27511db4b27f9297d602 | |
parent | b833fa88d339e9d8bbfe2f9a16567e50348202d2 [diff] |
Add NEWS entry for r83964.
diff --git a/Misc/NEWS b/Misc/NEWS index b8070fe..3739333 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -17,6 +17,9 @@ - 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 -----------------