]> granicus.if.org Git - python/commitdiff
#14692 Fix json docs to reflect changes in json.load
authorHynek Schlawack <hs@ox.cx>
Wed, 16 May 2012 17:08:36 +0000 (19:08 +0200)
committerHynek Schlawack <hs@ox.cx>
Wed, 16 May 2012 17:08:36 +0000 (19:08 +0200)
The behaviour of the parse_constant callback changed insofar that 'null',
'true', 'false' don't trigger its call anymore.

Patch by Serhiy Storchaka


Trivial merge