Commit 493846e1 authored by Eli Bendersky's avatar Eli Bendersky

Add missing 'versionadded' for shlex.quote; closes #14165

parent 0836baa4
...@@ -66,6 +66,7 @@ The :mod:`shlex` module defines the following functions: ...@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment