[issue1611] doctest.testmod gets noisy if called more than once per SystemExit

Nick Coghlan report at bugs.python.org
Sat Mar 14 02:50:11 CET 2009


Nick Coghlan <ncoghlan at gmail.com> added the comment:

I believe I commented it out when we were trying to get the buildbots
green before releasing 2.6. (The fact that regrtest.py trips over it
does suggest there are legitimate reasons for calling doctest.testmod()
more than once in a single test suite though)

It looked like some debugging code that was accidentally left in to me
(putting random stuff on the screen in a test tool that monitors what is
written to stdout is less than helpful...)

Since 2.5 is only getting security fixes now and later versions don't
suffer from the issue, I'm closing this one as "out of date".

----------
resolution:  -> out of date
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1611>
_______________________________________


More information about the Python-bugs-list mailing list