From: Georg Brandl Date: Tue, 1 Jul 2008 19:59:00 +0000 (+0000) Subject: Add a link to PEP 324. X-Git-Tag: v2.6b2~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68b4e74a8de09abb2c537a590f5c5c69b37be749;p=thirdparty%2FPython%2Fcpython.git Add a link to PEP 324. --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 6fd1b980a087..02b8d59f663c 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -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 ---------------------------