From: Antoine Pitrou Date: Thu, 4 Jul 2013 19:06:12 +0000 (+0200) Subject: Consolidate tests section. X-Git-Tag: v3.4.0a1~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fff59155d40ede93594eb77f320e0bde658cce28;p=thirdparty%2FPython%2Fcpython.git Consolidate tests section. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0067bc7c3b2d..df6f6d172ba6 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 -----