Removed item about an asyncore patch that got backed out.

This commit is contained in:
Tim Peters 2004-08-13 22:34:14 +00:00
parent 83e259a2c2
commit 7c399d3e68
1 changed files with 0 additions and 3 deletions

View File

@ -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.