Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeeba26 commit 1203e83Copy full SHA for 1203e83
1 file changed
Doc/library/json.rst
@@ -213,6 +213,9 @@ Basic Usage
213
This can be used to raise an exception if invalid JSON numbers
214
are encountered.
215
216
+ .. versionchanged:: 2.7
217
+ *parse_constant* doesn't get called on 'null', 'true', 'false' anymore.
218
+
219
To use a custom :class:`JSONDecoder` subclass, specify it with the ``cls``
220
kwarg; otherwise :class:`JSONDecoder` is used. Additional keyword arguments
221
will be passed to the constructor of the class.
0 commit comments