Changeset 391 for python/trunk/Doc/library/commands.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/commands.rst
r2 r391 6 6 :platform: Unix 7 7 :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 8 14 .. sectionauthor:: Sue Williams <sbw@provis.com> 9 15 … … 33 39 returned output will contain output or error messages. A trailing newline is 34 40 stripped from the output. The exit status for the command can be interpreted 35 according to the rules for the C function :c func:`wait`.41 according to the rules for the C function :c:func:`wait`. 36 42 37 43
Note:
See TracChangeset
for help on using the changeset viewer.