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

brett.cannon python-checkins at python.org
Mon May 12 05:21:47 CEST 2008


Author: brett.cannon
Date: Mon May 12 05:21:47 2008
New Revision: 63147

Log:
socketserver has been dealt with.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 12 05:21:47 2008
@@ -677,7 +677,7 @@
 ConfigParser        configparser
 copy_reg            copyreg [done; 2.6 (all but docs), 3.0]
 Queue               queue [done: 2.6 (all but docs), 3.0]
-SocketServer        socketserver
+SocketServer        socketserver [done: 2.6 (all but docs), 3.0]
 ==================  ==================================================
 
 


More information about the Python-checkins mailing list