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.
2 parents 6c7bf42 + 1203e83 commit 7db768cCopy full SHA for 7db768c
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