]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed the documentation of parse_constant argument in json.load().
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Nov 2016 20:48:33 +0000 (22:48 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Nov 2016 20:48:33 +0000 (22:48 +0200)
commit58d3e54556a97c92ea8720691f534f71281c9f2c
tree5841c52f2b3a93d6f77402b3520e1f1b9e7e459d
parentbabe4f8e5ede1f9a6f4206b97c303c8d33346b3b
parent022371ff945a4d0012cdcdc209031a132e43a5c9
Fixed the documentation of parse_constant argument in json.load().
parse_constant doesn't get called on 'null', 'true', 'false' since 3.1/2.7.
Doc/library/json.rst
Lib/json/__init__.py