Commit 44f7cf0b authored by Hynek Schlawack's avatar Hynek Schlawack

Fix `versionchanged` tags for json.load

`versionchanged` tags about 2.7 are useless in 3.x branches.
parents 07162d41 f54c0604
...@@ -213,7 +213,7 @@ Basic Usage ...@@ -213,7 +213,7 @@ Basic Usage
This can be used to raise an exception if invalid JSON numbers This can be used to raise an exception if invalid JSON numbers
are encountered. are encountered.
.. versionchanged:: 2.7 .. versionchanged:: 3.1
*parse_constant* doesn't get called on 'null', 'true', 'false' anymore. *parse_constant* doesn't get called on 'null', 'true', 'false' anymore.
To use a custom :class:`JSONDecoder` subclass, specify it with the ``cls`` To use a custom :class:`JSONDecoder` subclass, specify it with the ``cls``
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment