]> granicus.if.org Git - python/commit
Issue 5381: Add object_pairs_hook to the json module.
authorRaymond Hettinger <python@rcn.com>
Thu, 19 Mar 2009 19:19:03 +0000 (19:19 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 19 Mar 2009 19:19:03 +0000 (19:19 +0000)
commit91852ca673adcfa4e9ceacbb36f2cd45767efa58
tree4b1d71bcc09823e096bc9124cb1424d12e08334c
parent2124599eaa739f66db8871d68334706f4aa373a6
Issue 5381:  Add object_pairs_hook to the json module.
Doc/library/json.rst
Lib/json/__init__.py
Lib/json/decoder.py
Lib/json/tests/test_decode.py
Lib/json/tests/test_unicode.py
Misc/NEWS
Modules/_json.c