summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-26 17:24:20 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-26 17:24:20 (GMT)
commit8c523704031ffa5c4b55e2954aac11ee548ab5dc (patch)
treedb16aa948f842c69023b06cc72dd33572e500461 /Misc
parent0b502ff33b107d5e30f8e2176ac88f7a0993c8d0 (diff)
downloadcpython-8c523704031ffa5c4b55e2954aac11ee548ab5dc.zip
cpython-8c523704031ffa5c4b55e2954aac11ee548ab5dc.tar.gz
cpython-8c523704031ffa5c4b55e2954aac11ee548ab5dc.tar.bz2
#16559: Add more tests for the json module. Patch by Serhiy Storchaka.
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 e10ebc6..b04986b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -641,6 +641,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 #15304: Fix warning message when os.chdir() fails inside
test.support.temp_cwd(). Patch by Chris Jerdonek.