Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f54c060

Browse files
committed
Fix versionchanged tags for json.load
`versionchanged` tags about 2.7 are useless in 3.x branches.
1 parent 69d8493 commit f54c060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/json.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Basic Usage
213213
This can be used to raise an exception if invalid JSON numbers
214214
are encountered.
215215

216-
.. versionchanged:: 2.7
216+
.. versionchanged:: 3.1
217217
*parse_constant* doesn't get called on 'null', 'true', 'false' anymore.
218218

219219
To use a custom :class:`JSONDecoder` subclass, specify it with the ``cls``

0 commit comments

Comments
 (0)