summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-13 22:34:14 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-08-13 22:34:14 (GMT)
commit7c399d3e68545f4d86de31d699e82d9919a2d8f5 (patch)
tree79907dd4c19afbe792daab5fd60bfb17ce06d825 /Misc/NEWS
parent83e259a2c2e6bf550dccde04060879d0e2514372 (diff)
downloadcpython-7c399d3e68545f4d86de31d699e82d9919a2d8f5.zip
cpython-7c399d3e68545f4d86de31d699e82d9919a2d8f5.tar.gz
cpython-7c399d3e68545f4d86de31d699e82d9919a2d8f5.tar.bz2
Removed item about an asyncore patch that got backed out.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ee0449..019d0e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -272,9 +272,6 @@ Library
which don't restrict the return types (unlike the unicode and
string methods of the same name).
-- asyncore's dispatcher.set_reuse_addr() now works correctly on Windows.
- SF patch 982681.
-
- Non-blocking SSL sockets work again; they were broken in Python 2.3.
SF patch 945642.