asyncore/asynchat will stay.

This commit is contained in:
Brett Cannon 2007-01-02 23:45:12 +00:00
parent 2f19262c9f
commit 6099923396
1 changed files with 4 additions and 6 deletions

View File

@ -233,12 +233,6 @@ for what the module is meant for.
+ If removed (along with binhex), also remove binascii
(C implementation of base64, binhex, and uu modules).
* asynchat/asyncore
+ Third-party libraries provide better solutions
(twisted [#twisted]_).
+ Deprecation previously supported [#py-dev-summary-2004-11-01]_
* Bastion/rexec
+ Restricted execution / security.
@ -583,6 +577,10 @@ Rejected Ideas
Modules that were suggested for removal but were saved
------------------------------------------------------
* asynchat/asyncore
+ Josiah Carlson has said he will help to maintain the modules.
* fileinput
+ Useful when having to work with stdin.