From: Ezio Melotti Date: Fri, 23 Nov 2012 20:16:07 +0000 (+0200) Subject: Remove debug print. X-Git-Tag: v3.3.1rc1~599^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82e60de7277a9dc569c983d913a24b870c3ee2b8;p=python Remove debug print. --- diff --git a/Lib/test/test_cmd_line.py b/Lib/test/test_cmd_line.py index e12f305542..c10bd761ac 100644 --- a/Lib/test/test_cmd_line.py +++ b/Lib/test/test_cmd_line.py @@ -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)