summaryrefslogtreecommitdiffstats
path: root/Doc/library/popen2.rst
diff options
context:
space:
mode:
authorFacundo Batista <facundobatista@gmail.com>2008-06-21 19:48:19 (GMT)
committerFacundo Batista <facundobatista@gmail.com>2008-06-21 19:48:19 (GMT)
commit74a6ba8f7041d6bf692f0c673faf38e39a35555e (patch)
treefb6d29a251ea09b403270eed424512153a4e4858 /Doc/library/popen2.rst
parenta6a4d50efe7dca189e1c89ba38db4e0e1f5a68dd (diff)
downloadcpython-74a6ba8f7041d6bf692f0c673faf38e39a35555e.zip
cpython-74a6ba8f7041d6bf692f0c673faf38e39a35555e.tar.gz
cpython-74a6ba8f7041d6bf692f0c673faf38e39a35555e.tar.bz2
In the deprecated functions I added an alert to review
specially a section of the subprocess documentation that helps with the replacing of those functionss.
Diffstat (limited to 'Doc/library/popen2.rst')
-rw-r--r--Doc/library/popen2.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/popen2.rst b/Doc/library/popen2.rst
index 2635175..84bde2b 100644
--- a/Doc/library/popen2.rst
+++ b/Doc/library/popen2.rst
@@ -9,7 +9,9 @@
.. deprecated:: 2.6
- This module is obsolete. Use the :mod:`subprocess` module.
+ This module is obsolete. Use the :mod:`subprocess` module. Check
+ specially the *Replacing Older Functions with the subprocess Module*
+ section in that documentation page.
This module allows you to spawn processes and connect to their
input/output/error pipes and obtain their return codes under Unix and Windows.