From 68b4e74a8de09abb2c537a590f5c5c69b37be749 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 1 Jul 2008 19:59:00 +0000 Subject: [PATCH] Add a link to PEP 324. --- Doc/library/subprocess.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 6fd1b980a08..02b8d59f663 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 ---------------------------