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

brett.cannon python-checkins at python.org
Tue May 27 07:10:49 CEST 2008


Author: brett.cannon
Date: Tue May 27 07:10:49 2008
New Revision: 63741

Log:
The commands module is finished.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Tue May 27 07:10:49 2008
@@ -543,7 +543,7 @@
     (see http://bugs.python.org/issue210677).
   + Better to use the ``Tkinter.Canvas`` class.
 
-* commands [done: 3.0]
+* commands [done: 2.6, 3.0]
 
   + subprocess module replaces it [#pep-0324]_.
   + Remove getstatus(), move rest to subprocess.


More information about the Python-checkins mailing list