diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-26 17:24:20 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-26 17:24:20 (GMT) |
commit | 8c523704031ffa5c4b55e2954aac11ee548ab5dc (patch) | |
tree | db16aa948f842c69023b06cc72dd33572e500461 /Misc | |
parent | 0b502ff33b107d5e30f8e2176ac88f7a0993c8d0 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |