[Python-checkins] r85524 - python/branches/py3k/Lib/test/regrtest.py

antoine.pitrou python-checkins at python.org
Fri Oct 15 15:52:53 CEST 2010


Author: antoine.pitrou
Date: Fri Oct 15 15:52:53 2010
New Revision: 85524

Log:
Revert debug printout



Modified:
   python/branches/py3k/Lib/test/regrtest.py

Modified: python/branches/py3k/Lib/test/regrtest.py
==============================================================================
--- python/branches/py3k/Lib/test/regrtest.py	(original)
+++ python/branches/py3k/Lib/test/regrtest.py	Fri Oct 15 15:52:53 2010
@@ -450,9 +450,6 @@
         print("==  ", platform.platform(aliased=True),
                       "%s-endian" % sys.byteorder)
         print("==  ", os.getcwd())
-        import pprint, errno
-        print("== Errno map:")
-        pprint.pprint(errno.errorcode)
 
     alltests = findtests(testdir, stdtests, nottests)
     selected = tests or args or alltests


More information about the Python-checkins mailing list