]> granicus.if.org Git - python/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:51:05 +0000 (20:51 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 Aug 2012 18:51:05 +0000 (20:51 +0200)
commit0e3a4c80585ce993dc274b6cea31f283948e1c44
tree5e79bcf52fe4d3cb2aa3da83bbc757c305ae23ca
parent2de4be2efdbed0527a70ed9c2c851c52683a689d
Issue #15615: Add some tests for the json module's handling of invalid input data.
Patch by Kushal Das.
Lib/json/tests/test_decode.py
Misc/ACKS
Misc/NEWS