Skip to content

Commit bcbf403

Browse files
committed
Revome extra .py suffix
1 parent 7529620 commit bcbf403

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_cmd_line_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def test_pep_409_verbiage(self):
366366
def test_non_ascii(self):
367367
# Issue #16218
368368
# non-ascii filename encodable to cp1252, cp932, latin1 and utf8
369-
filename = support.TESTFN + '\xa3.py'
369+
filename = support.TESTFN + '\xa3'
370370
try:
371371
os.fsencode(filename)
372372
except UnicodeEncodeError:

0 commit comments

Comments
 (0)