commit | 68b4e74a8de09abb2c537a590f5c5c69b37be749 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Jul 01 19:59:00 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Jul 01 19:59:00 2008 +0000 |
tree | 7a6595bcd282ef2c26ae04d3e3c2007c3792ec56 | |
parent | a6a72923c7a98faf7eab43e84385762da6084a07 [diff] [blame] |
Add a link to PEP 324.
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 6fd1b98..02b8d59 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst
@@ -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 ---------------------------