commit | 282d331ec7ed6711738c823fe05878ffca9e3ff8 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Mon Nov 26 19:22:58 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Mon Nov 26 19:22:58 2012 +0200 |
tree | 7fad783938a1f35e41ccd03d93e88bfda246db33 | |
parent | 55b4cfb99295d982b0be5cdd6ae9d552798f240f [diff] [blame] |
#16559: Add more tests for the json module. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 534661d..8c13755 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -518,6 +518,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 #16274: Fix test_asyncore on Solaris. Patch by Giampaolo Rodola'. - Issue #15040: Close files in mailbox tests for PyPy compatibility.