From: Hynek Schlawack Date: Sun, 20 May 2012 16:32:53 +0000 (+0200) Subject: Fix `versionchanged` tags for json.load X-Git-Tag: v3.3.0a4~104^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f54c0604c852c2bf0b4d522cea7d94f205a795e8;p=thirdparty%2FPython%2Fcpython.git Fix `versionchanged` tags for json.load `versionchanged` tags about 2.7 are useless in 3.x branches. --- diff --git a/Doc/library/json.rst b/Doc/library/json.rst index b20709f0736c..2bdc577fefbc 100644 --- a/Doc/library/json.rst +++ b/Doc/library/json.rst @@ -213,7 +213,7 @@ Basic Usage 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``