summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-08-18 18:51:05 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-08-18 18:51:05 (GMT)
commit0e3a4c80585ce993dc274b6cea31f283948e1c44 (patch)
tree5e79bcf52fe4d3cb2aa3da83bbc757c305ae23ca /Misc
parent2de4be2efdbed0527a70ed9c2c851c52683a689d (diff)
downloadcpython-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/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 1fad05b..f13c7b0 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -194,6 +194,7 @@ Evan Dandrea
Eric Daniel
Scott David Daniels
Ben Darnell
+Kushal Das
Jonathan Dasteel
John DeGood
Ned Deily
diff --git a/Misc/NEWS b/Misc/NEWS
index 190f8f4..34143bf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.