diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-08-18 18:51:05 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-08-18 18:51:05 (GMT) |
commit | 0e3a4c80585ce993dc274b6cea31f283948e1c44 (patch) | |
tree | 5e79bcf52fe4d3cb2aa3da83bbc757c305ae23ca /Misc | |
parent | 2de4be2efdbed0527a70ed9c2c851c52683a689d (diff) | |
download | cpython-0e3a4c80585ce993dc274b6cea31f283948e1c44.zip cpython-0e3a4c80585ce993dc274b6cea31f283948e1c44.tar.gz cpython-0e3a4c80585ce993dc274b6cea31f283948e1c44.tar.bz2 |
Issue #15615: Add some tests for the json module's handling of invalid input data.
Patch by Kushal Das.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -194,6 +194,7 @@ Evan Dandrea Eric Daniel Scott David Daniels Ben Darnell +Kushal Das Jonathan Dasteel John DeGood Ned Deily @@ -335,6 +335,9 @@ Library 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. |