mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove debug print.
This commit is contained in:
parent
ba4d8ed8f8
commit
82e60de727
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue