From 75c3a0435c895782bacb31f3f7da3e0ad9a6f5b9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 6 Oct 2013 12:31:06 +0200 Subject: [PATCH] Fix strange deprecation version. --- Doc/library/pipes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1