From 8bc45dbaf4dbce20af9ef162acffdd45d4bf44d9 Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Tue, 10 Oct 2006 16:43:06 +0000 Subject: [PATCH] note the previous checkin --- Misc/NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.47.3