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

alexandre.vassalotti python-checkins at python.org
Sun May 11 22:10:09 CEST 2008


Author: alexandre.vassalotti
Date: Sun May 11 22:10:09 2008
New Revision: 63085

Log:
Dealt with the Queue module.


Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Sun May 11 22:10:09 2008
@@ -665,7 +665,7 @@
 ConfigParser        configparser
 copy_reg            copyreg [done; 2.6, 3.0]
 PixMapWrapper       pixmapwrapper
-Queue               queue
+Queue               queue [done; 2.6, 3.0]
 SocketServer        socketserver
 ==================  ==================================================
 


More information about the Python-checkins mailing list