commit | d8feba904c5331f9f3f90899ff8d41b66468e069 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Nov 29 02:14:52 2012 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Nov 29 02:14:52 2012 +0200 |
tree | 48c69032ba93ccf3e3d420cf5919d3ae6d54d2da | |
parent | 67473263a3c75d07a26bda7b5f945c091efa1eef [diff] [blame] |
#16549: Add tests for json.tools. Initial patch by Berker Peksag and Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index abe5f51..7af9a68 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -521,6 +521,9 @@ Tests ----- +- Issue #16549: Add tests for json.tools. Initial patch by Berker Peksag + and Serhiy Storchaka. + - Issue #16559: Add more tests for the json module, including some from the official test suite at json.org. Patch by Serhiy Storchaka.