mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
The commands module has been removed. The getoutput() and getstatusoutput()
functions have been added to the subprocess module. The fixer for this still needs to be written and proper Py3K deprecation warnings for the functions that didn't make the transition need to be done in 2.6. This is all part of trying to close issue #2872.
This commit is contained in:
parent
35af8d4218
commit
a23810f86a
13 changed files with 140 additions and 196 deletions
|
|
@ -1811,7 +1811,6 @@ datetime Basic date and time types.
|
|||
code Utilities needed to emulate Python's interactive interpreter
|
||||
codecs Lookup existing Unicode encodings and register new ones.
|
||||
colorsys Conversion functions between RGB and other color systems.
|
||||
commands Tools for executing UNIX commands .
|
||||
compileall Force "compilation" of all .py files in a directory.
|
||||
configparser Configuration file parser (much like windows .ini files)
|
||||
copy Generic shallow and deep copying operations.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue