]> 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)
commit58b6b985a0612e52da7a975c7791f89e98c8fd0b
treec9828c7b32573904604f6fdec8cacb09b47d3a75
parentfed0883e948f4dc83c27fee5bc730f34d96098be
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