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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75c3a0435c895782bacb31f3f7da3e0ad9a6f5b9;p=python Fix strange deprecation version. --- diff --git a/Doc/library/pipes.rst b/Doc/library/pipes.rst index 6d7dff8c37..415d5c766b 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.