summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-05-14 03:38:03 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-05-14 03:38:03 (GMT)
commit3c0d8a1cc728a92671a9f3d4cbf6636453707385 (patch)
tree8aa66aa9741888b7613c518664f607308aa1670a /Misc
parentfec3ad103613b46c9821f210581efca6fedcb9a9 (diff)
downloadcpython-3c0d8a1cc728a92671a9f3d4cbf6636453707385.zip
cpython-3c0d8a1cc728a92671a9f3d4cbf6636453707385.tar.gz
cpython-3c0d8a1cc728a92671a9f3d4cbf6636453707385.tar.bz2
#5723: Improve json tests to be executed with and without accelerations.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07e8a56..f96ed7b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -376,6 +376,8 @@ Build
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.