Commit 82e60de7 authored by Ezio Melotti's avatar Ezio Melotti

Remove debug print.

parent ba4d8ed8
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment