commit | 844f741039ada0cc0658beae40c2769c9c2cb5d5 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Sep 09 13:42:08 2008 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Tue Sep 09 13:42:08 2008 +0000 |
tree | 941b43394d4d39c2e5e58a6ce9615b50473edca1 | |
parent | d3ffb8974f85618dfbaacf2d10a32dc0e96f2f3d [diff] [blame] |
Issue #3809: Fixed spurious 'test.blah' file left behind by test_logging.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 5d2b5fd..e837d41 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py
@@ -615,10 +615,10 @@ args=(sys.stdout,) [handler_hand2] - class=FileHandler + class=StreamHandler level=NOTSET formatter=form1 - args=('test.blah', 'a') + args=(sys.stderr,) [formatter_form1] format=%(levelname)s ++ %(message)s