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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68b4e74a8de09abb2c537a590f5c5c69b37be749;p=python Add a link to PEP 324. --- diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 6fd1b980a0..02b8d59f66 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 ---------------------------