mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix versionchanged
tags for json.load
`versionchanged` tags about 2.7 are useless in 3.x branches.
This commit is contained in:
parent
69d8493899
commit
f54c0604c8
1 changed files with 1 additions and 1 deletions
|
@ -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``
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue