From: Anthony Baxter Date: Tue, 10 Oct 2006 16:43:06 +0000 (+0000) Subject: note the previous checkin X-Git-Tag: v2.4.4c1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc45dbaf4dbce20af9ef162acffdd45d4bf44d9;p=thirdparty%2FPython%2Fcpython.git note the previous checkin --- diff --git a/Misc/NEWS b/Misc/NEWS index 9a12c183f89a..eefb4bc444e5 100644 --- 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.