]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #15615: Add some tests for the json module's handling of invalid input data.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 Aug 2012 18:46:23 +0000 (20:46 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 Aug 2012 18:46:23 +0000 (20:46 +0200)
commitb47ea9a6fef77a472665d21d04904f754dc7d55f
tree3172d7546b36db6a43e9e1591de354732f0d428a
parent05d79e9abfac38878298e4381c9166e58488664a
Issue #15615: Add some tests for the json module's handling of invalid input data.
Patch by Kushal Das.
Lib/test/json_tests/test_decode.py
Misc/ACKS
Misc/NEWS