]> granicus.if.org Git - python/commit
#2767: don't clear globs in run() call, since they could be needed in tearDown,
authorGeorg Brandl <georg@python.org>
Mon, 12 May 2008 17:04:10 +0000 (17:04 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 12 May 2008 17:04:10 +0000 (17:04 +0000)
commit1b4758d2769858c75c6ef301ba995272a0a314f3
treea99c8e81bbe312223cc40b95af8daea58d9d4d66
parent45141d00575fc6c27d9b794f444e5507ddac96d6
#2767: don't clear globs in run() call, since they could be needed in tearDown,
which clears them at the end.
Lib/doctest.py