diff options
| author | Eli Bendersky <eliben@gmail.com> | 2012-03-01 17:07:55 (GMT) |
|---|---|---|
| committer | Eli Bendersky <eliben@gmail.com> | 2012-03-01 17:07:55 (GMT) |
| commit | 493846e14957f70245887cbe550277d346e2e384 (patch) | |
| tree | 1f799e820a574e6292509e42867e360a3b32d3f0 | |
| parent | 0836baa46af9349b79976f751ac8d569cb256edf (diff) | |
| download | cpython-493846e14957f70245887cbe550277d346e2e384.zip cpython-493846e14957f70245887cbe550277d346e2e384.tar.gz cpython-493846e14957f70245887cbe550277d346e2e384.tar.bz2 | |
Add missing 'versionadded' for shlex.quote; closes #14165
| -rw-r--r-- | Doc/library/shlex.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst index 908f996..941e090 100644 --- a/Doc/library/shlex.rst +++ b/Doc/library/shlex.rst @@ -66,6 +66,7 @@ The :mod:`shlex` module defines the following functions: >>> command ['ls', '-l', 'somefile; rm -rf ~'] + .. versionadded:: 3.3 The :mod:`shlex` module defines the following class: |
