commit | e3992eb7430101f5bc6725d5f74290777a2ef939 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat May 14 06:24:53 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat May 14 06:24:53 2011 +0300 |
tree | 8300fe6afce165f52da14b5229cdb4ec50161602 | |
parent | 720f8dea196640a053135f31be89b652d685e55c [diff] [blame] |
#5723: Improve json tests to be executed with and without accelerations.
diff --git a/Misc/NEWS b/Misc/NEWS index 34f311b..d9af57c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -439,6 +439,8 @@ Tests ----- +- Issue #5723: Improve json tests to be executed with and without accelerations. + - Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing. - Fix test_startfile to wait for child process to terminate before finishing.