summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-10-10 16:43:06 +0000
committerAnthony Baxter <anthonybaxter@gmail.com>2006-10-10 16:43:06 +0000
commit8bc45dbaf4dbce20af9ef162acffdd45d4bf44d9 (patch)
treea7d38382ba4b875e4da30309cf007776d34009c3
parentc5e1e151170f71ee0973e9a781d4df9bad1e668e (diff)
downloadcpython-git-8bc45dbaf4dbce20af9ef162acffdd45d4bf44d9.tar.gz
note the previous checkin
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9a12c183f8..eefb4bc444 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.