]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
note the previous checkin
authorAnthony Baxter <anthonybaxter@gmail.com>
Tue, 10 Oct 2006 16:43:06 +0000 (16:43 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Tue, 10 Oct 2006 16:43:06 +0000 (16:43 +0000)
Misc/NEWS

index 9a12c183f89a9efd507ca5a373d5bfb86bee4176..eefb4bc444e576b7a945901fe3571f5374b20831 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -7,7 +7,7 @@ Python News
 What's New in Python 2.4.4c1?
 =============================
 
-*Release date: DD-MMM-2006*
+*Release date: 11-SEP-2006*
 
 Core and builtins
 -----------------
@@ -77,6 +77,9 @@ Core and builtins
 
 Extension Modules
 -----------------
+- #1494314: Fix a regression with high-numbered sockets in 2.4.3. This
+  means that select() on sockets > FD_SETSIZE (typically 1024) work again.
+  The patch makes sockets use poll() internally where available.
 
 - Fix buffer handling in posix.confstr.