summaryrefslogtreecommitdiff
path: root/Doc/library/shlex.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2012-03-01 19:07:55 +0200
committerEli Bendersky <eliben@gmail.com>2012-03-01 19:07:55 +0200
commit493846e14957f70245887cbe550277d346e2e384 (patch)
tree1f799e820a574e6292509e42867e360a3b32d3f0 /Doc/library/shlex.rst
parent0836baa46af9349b79976f751ac8d569cb256edf (diff)
downloadcpython-git-493846e14957f70245887cbe550277d346e2e384.tar.gz
Add missing 'versionadded' for shlex.quote; closes #14165
Diffstat (limited to 'Doc/library/shlex.rst')
-rw-r--r--Doc/library/shlex.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst
index 908f996edf..941e090c4f 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: