[Python-checkins] cpython (2.7): Fix strange deprecation version.

georg.brandl python-checkins at python.org
Sun Oct 6 12:30:28 CEST 2013


http://hg.python.org/cpython/rev/66411d53b8ae
changeset:   86052:66411d53b8ae
branch:      2.7
parent:      86049:bee2736296c5
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 12:31:06 2013 +0200
summary:
  Fix strange deprecation version.

files:
  Doc/library/pipes.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/pipes.rst b/Doc/library/pipes.rst
--- a/Doc/library/pipes.rst
+++ b/Doc/library/pipes.rst
@@ -35,7 +35,7 @@
 
 .. 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 <shlex.quote>` function in the :mod:`shlex` module.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list