commit | 8c523704031ffa5c4b55e2954aac11ee548ab5dc | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Nov 26 19:24:20 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Nov 26 19:24:20 2012 +0200 |
tree | db16aa948f842c69023b06cc72dd33572e500461 | |
parent | 0b502ff33b107d5e30f8e2176ac88f7a0993c8d0 [diff] [blame] |
#16559: Add more tests for the json module. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index e10ebc6..b04986b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -641,6 +641,9 @@ 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.