]> granicus.if.org Git - python/commitdiff
Add a link to PEP 324.
authorGeorg Brandl <georg@python.org>
Tue, 1 Jul 2008 19:59:00 +0000 (19:59 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 1 Jul 2008 19:59:00 +0000 (19:59 +0000)
Doc/library/subprocess.rst

index 6fd1b980a0878833bacfa3748c4a13581d91deb8..02b8d59f663c49dfd3c27a5d04ebdb6261b9b5ce 100644 (file)
@@ -23,6 +23,10 @@ replace several other, older modules and functions, such as::
 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
 ---------------------------