From: Georg Brandl Date: Sun, 6 Oct 2013 10:31:06 +0000 (+0200) Subject: Fix strange deprecation version. X-Git-Tag: v2.7.6rc1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c3a0435c895782bacb31f3f7da3e0ad9a6f5b9;p=thirdparty%2FPython%2Fcpython.git Fix strange deprecation version. --- diff --git a/Doc/library/pipes.rst b/Doc/library/pipes.rst index 6d7dff8c3785..415d5c766b9d 100644 --- a/Doc/library/pipes.rst +++ b/Doc/library/pipes.rst @@ -35,7 +35,7 @@ Example:: .. function:: quote(s) - .. deprecated:: 1.6 + .. deprecated:: 2.7 Prior to Python 2.7, this function was not publicly documented. It is finally exposed publicly in Python 3.3 as the :func:`quote ` function in the :mod:`shlex` module.