summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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: