summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-26 17:27:02 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-26 17:27:02 (GMT)
commitc48303404858b06411ddadf8db5f3376aa52772d (patch)
tree25e0b3115a1f6bc55c01dec28ef6c6e126039670 /Misc
parent3b39d35eeb95dbbb46e313d5f702c0fe9f8cdae3 (diff)
parent8c523704031ffa5c4b55e2954aac11ee548ab5dc (diff)
downloadcpython-c48303404858b06411ddadf8db5f3376aa52772d.zip
cpython-c48303404858b06411ddadf8db5f3376aa52772d.tar.gz
cpython-c48303404858b06411ddadf8db5f3376aa52772d.tar.bz2
#16559: merge with 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b2e41dd..62193b9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -250,6 +250,9 @@ Library
Tests
-----
+- Issue #16559: Add more tests for the json module, including some from the
+ official test suite at json.org. Patch by Serhiy Storchaka.
+
- Issue #16115: Add some tests for the executable argument to
subprocess.Popen(). Initial patch by Kushal Das.