]> granicus.if.org Git - python/commitdiff
Consolidate tests section.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Jul 2013 19:06:12 +0000 (21:06 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Jul 2013 19:06:12 +0000 (21:06 +0200)
Misc/NEWS

index 0067bc7c3b2d1831f0c307dfacf26e174b318a55..df6f6d172ba6ed6fd95f4b150b28c6926a6226df 100644 (file)
--- 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
 -----