mirror of
https://github.com/python/cpython.git
synced 2025-11-10 06:24:12 +00:00
Add missing 'versionadded' for shlex.quote; closes #14165
This commit is contained in:
parent
0836baa46a
commit
493846e149
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ The :mod:`shlex` module defines the following functions:
|
||||||
>>> command
|
>>> command
|
||||||
['ls', '-l', 'somefile; rm -rf ~']
|
['ls', '-l', 'somefile; rm -rf ~']
|
||||||
|
|
||||||
|
.. versionadded:: 3.3
|
||||||
|
|
||||||
The :mod:`shlex` module defines the following class:
|
The :mod:`shlex` module defines the following class:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue