Commit bcbf4036 authored by Andrew Svetlov's avatar Andrew Svetlov

Revome extra .py suffix

parent 7529620a
...@@ -366,7 +366,7 @@ class CmdLineTest(unittest.TestCase): ...@@ -366,7 +366,7 @@ class CmdLineTest(unittest.TestCase):
def test_non_ascii(self): def test_non_ascii(self):
# Issue #16218 # Issue #16218
# non-ascii filename encodable to cp1252, cp932, latin1 and utf8 # non-ascii filename encodable to cp1252, cp932, latin1 and utf8
filename = support.TESTFN + '\xa3.py' filename = support.TESTFN + '\xa3'
try: try:
os.fsencode(filename) os.fsencode(filename)
except UnicodeEncodeError: except UnicodeEncodeError:
......
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