Got rid of nooutput() (was used by DocTestCase.debug())
It's redundant, since no output is written anyway: DebugRunner doesn't generate any output for failures and unexpected exceptions, and since verbose=False, it won't generate any output for non-failures either.
E
Edward Loper committed
3a3817f506801e4a1e62d8cd52e1c8aa0feb2993
Parent: b7503ff