]> granicus.if.org Git - python/commit
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 11:16:30 +0000 (13:16 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 26 Jan 2015 11:16:30 +0000 (13:16 +0200)
commit47efb4a5dc9cdf3f59362beb9a04c5c6bdd09f81
treeb3e5115125360618a02a9615a643cbebe4aa7e75
parent4e5d9eac2ca03debecbb9c6ed873303d04ead06a
Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError.
Doc/library/json.rst
Doc/whatsnew/3.5.rst
Lib/json/__init__.py
Lib/json/decoder.py
Lib/test/test_json/__init__.py
Lib/test/test_json/test_decode.py
Lib/test/test_json/test_fail.py
Lib/test/test_json/test_scanstring.py
Misc/NEWS
Modules/_json.c