[Python-checkins] cpython (3.2): Fix `versionchanged` tags for json.load

hynek.schlawack python-checkins at python.org
Sun May 20 18:36:48 CEST 2012


http://hg.python.org/cpython/rev/1bee3da9a305
changeset:   77090:1bee3da9a305
branch:      3.2
parent:      77088:c30170a168b3
user:        Hynek Schlawack <hs at ox.cx>
date:        Sun May 20 18:32:53 2012 +0200
summary:
  Fix `versionchanged` tags for json.load

`versionchanged` tags about 2.7 are useless in 3.x branches.

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


diff --git a/Doc/library/json.rst b/Doc/library/json.rst
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -213,7 +213,7 @@
    This can be used to raise an exception if invalid JSON numbers
    are encountered.
 
-   .. versionchanged:: 2.7
+   .. versionchanged:: 3.1
       *parse_constant* doesn't get called on 'null', 'true', 'false' anymore.
 
    To use a custom :class:`JSONDecoder` subclass, specify it with the ``cls``

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


More information about the Python-checkins mailing list