summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS7
1 files changed, 2 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0067bc7..df6f6d1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -519,6 +519,8 @@ Tests
- Issue #17692: test_sqlite now works with unittest test discovery.
Patch by Zachary Ware.
+- Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
+
Documentation
-------------
@@ -534,11 +536,6 @@ Documentation
- Issue #6696: add documentation for the Profile objects, and improve
profile/cProfile docs. Patch by Tom Pinckney.
-Tests
------
-
-- Issue #11995: test_pydoc doesn't import all sys.path modules anymore.
-
C-API
-----