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

This commit is contained in:
Eli Bendersky 2012-03-01 19:07:55 +02:00
parent 0836baa46a
commit 493846e149
1 changed files with 1 additions and 0 deletions

View File

@ -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: