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/commands.rst

    r2 r391  
    66   :platform: Unix
    77   :synopsis: Utility functions for running external commands.
     8   :deprecated:
     9
     10.. deprecated:: 2.6
     11   The :mod:`commands` module has been removed in Python 3.  Use the
     12   :mod:`subprocess` module instead.
     13
    814.. sectionauthor:: Sue Williams <sbw@provis.com>
    915
     
    3339   returned output will contain output or error messages. A trailing newline is
    3440   stripped from the output. The exit status for the command can be interpreted
    35    according to the rules for the C function :cfunc:`wait`.
     41   according to the rules for the C function :c:func:`wait`.
    3642
    3743
Note: See TracChangeset for help on using the changeset viewer.