New submission from Dieter Maurer <[EMAIL PROTECTED]>:

"doctest.DocTestCase.debug" calls "DebugRunner.run" without
"clear_globs=False". As a consequence, already the runner clears
"test.globs" and it is no longer available to "tearDown" (where
is it cleared again).

----------
components: Library (Lib)
messages: 66262
nosy: dmaurer
severity: normal
status: open
title: "doctest.DocTestCase.debug" clears "test.globs" too early
type: behavior
versions: Python 2.6

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2767>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to