From: Ezio Melotti Date: Thu, 12 Aug 2010 17:49:01 +0000 (+0000) Subject: Add NEWS entry for r83964. X-Git-Tag: v2.6.6rc2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=66983a09d3bb5f546bdb0a590161c93670d9869e;p=thirdparty%2FPython%2Fcpython.git Add NEWS entry for r83964. --- diff --git a/Misc/NEWS b/Misc/NEWS index b8070fe10381..3739333698af 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 -----------------