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

georg.brandl python-checkins at python.org
Mon May 12 12:06:26 CEST 2008


Author: georg.brandl
Date: Mon May 12 12:06:26 2008
New Revision: 63155

Log:
The copyreg, queue and socketserver docs are done.


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 12:06:26 2008
@@ -675,9 +675,9 @@
                     interface and thus should not have a leading
                     underscore)
 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 [done: 2.6 (all but docs), 3.0]
+copy_reg            copyreg [done; 2.6, 3.0]
+Queue               queue [done: 2.6, 3.0]
+SocketServer        socketserver [done: 2.6, 3.0]
 ==================  ==================================================
 
 


More information about the Python-checkins mailing list