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

brett.cannon python-checkins at python.org
Wed Jan 3 21:16:25 CET 2007


Author: brett.cannon
Date: Wed Jan  3 21:16:24 2007
New Revision: 53225

Modified:
   peps/trunk/pep-3108.txt
Log:
Add commands and popen2 to the list of modules to remove thanks to subprocess.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 21:16:24 2007
@@ -226,6 +226,10 @@
   + Turned off in Python 2.3.
   + Modules deemed unsafe.
 
+* commands/popen2
+
+  + subprocess module replaces them [#pep-0324]_.
+
 * dl
 
   + ctypes provides better support for same functionality.
@@ -622,6 +626,9 @@
 .. [#pep-0008] PEP 8: Style Guide for Python Code
     (http://www.python.org/dev/peps/pep-0008/)
 
+.. [#pep-0324] PEP 324: subprocess -- New process module
+    (http://www.python.org/dev/peps/pep-0324/)
+
 .. [#pep-0360] PEP 360: Externally Maintained Packages
     (http://www.python.org/dev/peps/pep-0360/)
 


More information about the Python-checkins mailing list