From: Eli Bendersky Date: Thu, 1 Mar 2012 17:07:55 +0000 (+0200) Subject: Add missing 'versionadded' for shlex.quote; closes #14165 X-Git-Tag: v3.3.0a1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=493846e14957f70245887cbe550277d346e2e384;p=thirdparty%2FPython%2Fcpython.git Add missing 'versionadded' for shlex.quote; closes #14165 --- diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst index 908f996edfe7..941e090c4f28 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: