]> granicus.if.org Git - python/commit
Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally
authorTim Peters <tim.peters@gmail.com>
Thu, 27 Jul 2006 23:44:37 +0000 (23:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 27 Jul 2006 23:44:37 +0000 (23:44 +0000)
commit6f6814706ea8158ae298244d1e127a8181f22479
treebfe156390e6094f3df5b28ede148ed2e47c45fba
parent00decd7835f0c2488451cedc345f2fb0650378b5
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