Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch.

If buildbots run before next push, test_logging will (temporarily) fail.
This commit is contained in:
Terry Jan Reedy 2013-06-28 23:47:40 -04:00
parent e2563462fc
commit 912bad7cd7
2 changed files with 3 additions and 6 deletions

View file

@ -40,6 +40,7 @@ else:
s += " %s\n" % line
s += "%s: %s\n" % (category.__name__, message)
return s
warnings.formatwarning = idle_formatwarning_subproc
tcl = tkinter.Tcl()
@ -81,9 +82,6 @@ def main(del_exitfunc=False):
global exit_now
global quitting
global no_exitfunc
warnings.formatwarning = idle_formatwarning_subproc
no_exitfunc = del_exitfunc
#time.sleep(15) # test subprocess not responding
try: