[Python-checkins] r64625 - python/trunk/Doc/library/subprocess.rst

georg.brandl python-checkins at python.org
Tue Jul 1 21:59:00 CEST 2008


Author: georg.brandl
Date: Tue Jul  1 21:59:00 2008
New Revision: 64625

Log:
Add a link to PEP 324.


Modified:
   python/trunk/Doc/library/subprocess.rst

Modified: python/trunk/Doc/library/subprocess.rst
==============================================================================
--- python/trunk/Doc/library/subprocess.rst	(original)
+++ python/trunk/Doc/library/subprocess.rst	Tue Jul  1 21:59:00 2008
@@ -23,6 +23,10 @@
 Information about how the :mod:`subprocess` module can be used to replace these
 modules and functions can be found in the following sections.
 
+.. seealso::
+
+   :pep:`324` -- PEP proposing the subprocess module
+
 
 Using the subprocess Module
 ---------------------------


More information about the Python-checkins mailing list