mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
warn about some members of the commands module
This commit is contained in:
parent
b17ad2de08
commit
3aa84a7f28
3 changed files with 20 additions and 1 deletions
|
|
@ -42,7 +42,13 @@ The :mod:`commands` module defines the following functions:
|
|||
|
||||
.. deprecated:: 2.6
|
||||
This function is nonobvious and useless, also the name is misleading in the
|
||||
presence of :func:`getstatusoutput`.
|
||||
presence of :func:`getstatusoutput`. It is removed in 3.x.
|
||||
|
||||
.. warning::
|
||||
|
||||
Two undocumented functions in this module, :func:`mk2arg` and :func:`mkargs`
|
||||
are removed in 3.x.
|
||||
|
||||
|
||||
Example::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue