]> granicus.if.org Git - python/commitdiff
Add missing 'versionadded' for shlex.quote; closes #14165
authorEli Bendersky <eliben@gmail.com>
Thu, 1 Mar 2012 17:07:55 +0000 (19:07 +0200)
committerEli Bendersky <eliben@gmail.com>
Thu, 1 Mar 2012 17:07:55 +0000 (19:07 +0200)
Doc/library/shlex.rst

index 908f996edfe75801827021da244abcb273a3216e..941e090c4f28088bc9ba68ddec056f30131e1a88 100644 (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: