summaryrefslogtreecommitdiffstats
path: root/Doc/library/popen2.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-06-22 09:05:29 (GMT)
committerGeorg Brandl <georg@python.org>2008-06-22 09:05:29 (GMT)
commit0ba92b24b797c00038b9e2c50d132ffdcdd38959 (patch)
treeb95a282995df477af3393e105f1dfb517bf4c80f /Doc/library/popen2.rst
parent74a6ba8f7041d6bf692f0c673faf38e39a35555e (diff)
downloadcpython-0ba92b24b797c00038b9e2c50d132ffdcdd38959.zip
cpython-0ba92b24b797c00038b9e2c50d132ffdcdd38959.tar.gz
cpython-0ba92b24b797c00038b9e2c50d132ffdcdd38959.tar.bz2
Turn section references into proper cross-references.
Diffstat (limited to 'Doc/library/popen2.rst')
-rw-r--r--Doc/library/popen2.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/popen2.rst b/Doc/library/popen2.rst
index 84bde2b..af2e251 100644
--- a/Doc/library/popen2.rst
+++ b/Doc/library/popen2.rst
@@ -10,8 +10,7 @@
.. deprecated:: 2.6
This module is obsolete. Use the :mod:`subprocess` module. Check
- specially the *Replacing Older Functions with the subprocess Module*
- section in that documentation page.
+ especially the :ref:`subprocess-replacements` section.
This module allows you to spawn processes and connect to their
input/output/error pipes and obtain their return codes under Unix and Windows.