cpython: 30d16d1e5175 (original) (raw)
Mercurial > cpython
changeset 77000:30d16d1e5175 2.7
#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 [#14692]
Hynek Schlawack hs@ox.cx | |
---|---|
date | Wed, 16 May 2012 18:02:54 +0200 |
parents | e957b93571a8 |
children | ff52583a5576 |
files | Doc/library/json.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-)[+] [-] Doc/library/json.rst 4 |
line wrap: on
line diff
--- a/Doc/library/json.rst
+++ b/Doc/library/json.rst
@@ -217,8 +217,8 @@ Basic Usage
(e.g. :class:float
).
parse_constant, if specified, will be called with one of the following