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

brett.cannon python-checkins at python.org
Mon May 12 01:57:12 CEST 2008


Author: brett.cannon
Date: Mon May 12 01:57:12 2008
New Revision: 63113

Log:
Update status of Queue; docs need to match new process.


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 01:57:12 2008
@@ -664,7 +664,7 @@
                     underscore)
 ConfigParser        configparser
 copy_reg            copyreg [done; 2.6, 3.0]
-Queue               queue [done; 2.6, 3.0]
+Queue               queue [done: 2.6 (all but docs), 3.0]
 SocketServer        socketserver
 ==================  ==================================================
 


More information about the Python-checkins mailing list