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

brett.cannon python-checkins at python.org
Mon May 26 21:07:19 CEST 2008


Author: brett.cannon
Date: Mon May 26 21:07:19 2008
New Revision: 63716

Log:
Update status of commands.

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 26 21:07:19 2008
@@ -543,7 +543,7 @@
     (see http://bugs.python.org/issue210677).
   + Better to use the ``Tkinter.Canvas`` class.
 
-* commands (TODO move over functions to subprocess, update usage in the stdlib)
+* commands [done: 3.0] (TODO 2.6 deprecations and docs, 2to3 fixer)
 
   + subprocess module replaces it [#pep-0324]_.
   + Remove getstatus(), move rest to subprocess.


More information about the Python-checkins mailing list