From 493846e14957f70245887cbe550277d346e2e384 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Thu, 1 Mar 2012 19:07:55 +0200 Subject: [PATCH] Add missing 'versionadded' for shlex.quote; closes #14165 --- Doc/library/shlex.rst | 1 + 1 file changed, 1 insertion(+) 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: -- 2.40.0