Changeset 391 for python/trunk/Doc/library/popen2.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/popen2.rst
r2 r391 105 105 Waits for and returns the status code of the child process. The status code 106 106 encodes both the return code of the process and information about whether it 107 exited using the :c func:`exit` system call or died due to a signal. Functions107 exited using the :c:func:`exit` system call or died due to a signal. Functions 108 108 to help interpret the status code are defined in the :mod:`os` module; see 109 109 section :ref:`os-process` for the :func:`W\*` family of functions.
Note:
See TracChangeset
for help on using the changeset viewer.