]> granicus.if.org Git - python/commit
#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)
commit07542a0629755d4c425100f93beaaba73af86ebc
tree6db77a37d17d94f54d6244a1db64516ecac91c3c
parent019ff19c3902633384cace7a1e488a851a67444c
parent9729fd442730375e88a91896a162afd667283154
#14692 Fix json docs to reflect changes in json.load

The behaviour of the parse_constant callback changed insofar that 'null',
'true', 'false' don't trigger its call anymore.

Patch by Serhiy Storchaka