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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=493846e14957f70245887cbe550277d346e2e384;p=python Add missing 'versionadded' for shlex.quote; closes #14165 --- 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: