]> granicus.if.org Git - python/commit
Fixed the documentation of parse_constant argument in json.load().
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Nov 2016 20:47:16 +0000 (22:47 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 12 Nov 2016 20:47:16 +0000 (22:47 +0200)
commit022371ff945a4d0012cdcdc209031a132e43a5c9
treea62423443f6e963d2f3346c835dec2586763cf27
parent6b4b6e956eaaff272fa4ffe0221a9cc8ef07882f
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