Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/popen2.rst

    r2 r391  
    105105   Waits for and returns the status code of the child process.  The status code
    106106   encodes both the return code of the process and information about whether it
    107    exited using the :cfunc:`exit` system call or died due to a signal.  Functions
     107   exited using the :c:func:`exit` system call or died due to a signal.  Functions
    108108   to help interpret the status code are defined in the :mod:`os` module; see
    109109   section :ref:`os-process` for the :func:`W\*` family of functions.
Note: See TracChangeset for help on using the changeset viewer.