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