]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
exclude_empty: make the default True for DocTestFinder, and introduce it
authorTim Peters <tim.peters@gmail.com>
Mon, 13 Sep 2004 14:53:28 +0000 (14:53 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 13 Sep 2004 14:53:28 +0000 (14:53 +0000)
commit958cc890370d58b81bf15177f0dfeecff8714394
tree22e287543bc1eafb3fb19006fc05fcccf63d4684
parent302bd589ad22481795a8a34eceb66dabcfd6a2d6
exclude_empty:  make the default True for DocTestFinder, and introduce it
with default False for testmod().  The real point of introducing this was
so that output from doctest.master.summarize() would be the same as in
2.3, and doctest.master in 2.4 is a backward-compatability hack used only
by testmod().
Lib/doctest.py
Lib/test/test_doctest.py