diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-07-04 19:06:12 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-07-04 19:06:12 (GMT) |
commit | fff59155d40ede93594eb77f320e0bde658cce28 (patch) | |
tree | afbf6f4db1166d6b3d9b23265a3f563c4092b567 | |
parent | 0cb1e9ab97ddbe68fc40084aafb382071524e1da (diff) | |
download | cpython-fff59155d40ede93594eb77f320e0bde658cce28.zip cpython-fff59155d40ede93594eb77f320e0bde658cce28.tar.gz cpython-fff59155d40ede93594eb77f320e0bde658cce28.tar.bz2 |
Consolidate tests section.
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 ----- |