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

brett.cannon python-checkins at python.org
Sun May 11 05:07:38 CEST 2008


Author: brett.cannon
Date: Sun May 11 05:07:38 2008
New Revision: 63033

Log:
popen2 was already deprecated (normally) in 2.6.


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 05:07:38 2008
@@ -587,7 +587,7 @@
   + Should be removed as an individual module; use ``mailbox``
     instead.
 
-* popen2 [done: 3.0]
+* popen2 [done: 2.6, 3.0]
 
   + subprocess module replaces it [#pep-0324]_.
 


More information about the Python-checkins mailing list