]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge rev 50882 from the trunk.
authorTim Peters <tim.peters@gmail.com>
Thu, 27 Jul 2006 23:56:12 +0000 (23:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 27 Jul 2006 23:56:12 +0000 (23:56 +0000)
commitf7664cd9cd001cc984f9ef14b4a2f65a1c6cf74c
treee4ada37f1cd46da5bf007eb95c2dc061bcdb688f
parent4336a0b938414efc813ebb3f01b2b8d20730f5d0
Merge rev 50882 from the trunk.

Bug #1529297:  The rewrite of doctest for Python 2.4 unintentionally
lost that tests are sorted by name before being run.  ``DocTestFinder``
has been changed to sort the list of tests it returns.
Lib/doctest.py
Lib/test/test_doctest.py
Misc/NEWS