summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-26 17:27:58 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-26 17:27:58 (GMT)
commit185e7e91ae54c74a5a4bcb35d9f50b5e2b166207 (patch)
tree730c698f8fca1f9ede92037053e8c3bc14b258be /Misc
parentb48f4ea6010bf1a0ea60e4f4fa9a7f444b5c0290 (diff)
parentc48303404858b06411ddadf8db5f3376aa52772d (diff)
downloadcpython-185e7e91ae54c74a5a4bcb35d9f50b5e2b166207.zip
cpython-185e7e91ae54c74a5a4bcb35d9f50b5e2b166207.tar.gz
cpython-185e7e91ae54c74a5a4bcb35d9f50b5e2b166207.tar.bz2
#16559: merge with 3.3.
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 5509349..eb3a98d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -380,6 +380,9 @@ Extension Modules
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.