[Python-checkins] r53215 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Wed Jan 3 00:45:12 CET 2007


Author: brett.cannon
Date: Wed Jan  3 00:45:12 2007
New Revision: 53215

Modified:
   peps/trunk/pep-3108.txt
Log:
asyncore/asynchat will stay.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 00:45:12 2007
@@ -233,12 +233,6 @@
   + 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 @@
 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.


More information about the Python-checkins mailing list