]> granicus.if.org Git - python/commitdiff
Remove debug print.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 23 Nov 2012 20:16:07 +0000 (22:16 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 23 Nov 2012 20:16:07 +0000 (22:16 +0200)
Lib/test/test_cmd_line.py

index e12f3055424428d6b15290ef912602c739628104..c10bd761ac3baa62cd17978c63ff01dd93e06f52 100644 (file)
@@ -104,10 +104,6 @@ class CmdLineTest(unittest.TestCase):
                      'need a filesystem encoding different than ASCII')
     def test_non_ascii(self):
         # Test handling of non-ascii data
-        if test.support.verbose:
-            import locale
-            print('locale encoding = %s, filesystem encoding = %s'
-                  % (locale.getpreferredencoding(), sys.getfilesystemencoding()))
         command = "assert(ord('\xe9') == 0xe9)"
         assert_python_ok('-c', command)