Blame 00188-fix-lib2to3-tests-when-hashlib-doesnt-compile-properly.patch

a8ffdf3
diff -r 28c04e954bb6 Lib/lib2to3/main.py
a8ffdf3
--- a/Lib/lib2to3/main.py	Tue Oct 29 22:25:55 2013 -0400
a8ffdf3
+++ b/Lib/lib2to3/main.py	Wed Nov 06 14:33:07 2013 +0100
a8ffdf3
@@ -213,6 +213,7 @@
a8ffdf3
 
a8ffdf3
     # Set up logging handler
a8ffdf3
     level = logging.DEBUG if options.verbose else logging.INFO
a8ffdf3
+    logging.root.handlers = []
a8ffdf3
     logging.basicConfig(format='%(name)s: %(message)s', level=level)
a8ffdf3
     logger = logging.getLogger('lib2to3.main')
a8ffdf3