commit | 0e3a4c80585ce993dc274b6cea31f283948e1c44 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 18 20:51:05 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Aug 18 20:51:05 2012 +0200 |
tree | 5e79bcf52fe4d3cb2aa3da83bbc757c305ae23ca | |
parent | 2de4be2efdbed0527a70ed9c2c851c52683a689d [diff] [blame] |
Issue #15615: Add some tests for the json module's handling of invalid input data. Patch by Kushal Das.
diff --git a/Misc/NEWS b/Misc/NEWS index 190f8f4..34143bf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -335,6 +335,9 @@ Tests ----- +- Issue #15615: Add some tests for the json module's handling of invalid + input data. Patch by Kushal Das. + - Issue #15496: Add directory removal helpers for tests on Windows. Patch by Jeremy Kloth.