]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_OutputRedirectingPdb.trace_dispatch(): Return the base class's
authorTim Peters <tim.peters@gmail.com>
Mon, 8 Nov 2004 22:30:28 +0000 (22:30 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 8 Nov 2004 22:30:28 +0000 (22:30 +0000)
commitd7bbbbc594544318bc6d0f28cb376a11a326c22f
treed64e4fecd7f5fb2b3531655867e4cab9f473e5e9
parent50c6bdb1d6f5344fcaa772c6a1a37c09bbe55bf6
_OutputRedirectingPdb.trace_dispatch():  Return the base class's
trace_dispatch() result in a more obvious, and more robust way.
Lib/doctest.py