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

alexandre.vassalotti python-checkins at python.org
Sun May 11 22:37:21 CEST 2008


Author: alexandre.vassalotti
Date: Sun May 11 22:37:21 2008
New Revision: 63089

Log:
Dealt with the PixMapWrapper 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:37:21 2008
@@ -664,7 +664,7 @@
                     underscore)
 ConfigParser        configparser
 copy_reg            copyreg [done; 2.6, 3.0]
-PixMapWrapper       pixmapwrapper
+PixMapWrapper       pixmapwrapper [done; 2.6, 3.0]
 Queue               queue [done; 2.6, 3.0]
 SocketServer        socketserver
 ==================  ==================================================


More information about the Python-checkins mailing list