http://hg.python.org/cpython/rev/73be78d21003 changeset: 75359:73be78d21003 parent: 75357:b1b2a29d3d81 user: Eli Bendersky <eliben at gmail.com> date: Thu Mar 01 19:07:55 2012 +0200 summary: Add missing 'versionadded' for shlex.quote; closes #14165 files: Doc/library/shlex.rst | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Doc/library/shlex.rst b/Doc/library/shlex.rst --- a/Doc/library/shlex.rst +++ b/Doc/library/shlex.rst @@ -66,6 +66,7 @@ >>> command ['ls', '-l', 'somefile; rm -rf ~'] + .. versionadded:: 3.3 The :mod:`shlex` module defines the following class: -- Repository URL: http://hg.python.org/cpython