[Python-checkins] cpython: Consolidate tests section.

antoine.pitrou python-checkins at python.org
Thu Jul 4 21:06:19 CEST 2013


http://hg.python.org/cpython/rev/efdb4320219b
changeset:   84440:efdb4320219b
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Thu Jul 04 21:06:12 2013 +0200
summary:
  Consolidate tests section.

files:
  Misc/NEWS |  7 ++-----
  1 files changed, 2 insertions(+), 5 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -519,6 +519,8 @@
 - 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 @@
 - 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
 -----
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list