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

brett.cannon python-checkins at python.org
Sat May 24 21:32:37 CEST 2008


Author: brett.cannon
Date: Sat May 24 21:32:37 2008
New Revision: 63591

Log:
socketserver reverted thanks to Georg.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sat May 24 21:32:37 2008
@@ -676,7 +676,7 @@
 ConfigParser        configparser [done: 3.0] (TODO revert in 2.6)
 copy_reg            copyreg [done]
 Queue               queue [done: 3.0] (TODO revert in 2.6)
-SocketServer        socketserver [done: 3.0] (TODO revert in 2.6)
+SocketServer        socketserver [done]
 ==================  ==================================================
 
 


More information about the Python-checkins mailing list