Fix `versionchanged` tags for json.load

`versionchanged` tags about 2.7 are useless in 3.x branches.
This commit is contained in:
Hynek Schlawack 2012-05-20 18:34:11 +02:00
commit 44f7cf0b2f
1 changed files with 1 additions and 1 deletions

View File

@ -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``