Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99dd8b5

Browse files
committed
Remove outdated comment
1 parent fc009ef commit 99dd8b5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_cmd_line_script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@ def test_pep_409_verbiage(self):
366366
@unittest.skipUnless(support.TESTFN_NONASCII, 'need support.TESTFN_NONASCII')
367367
def test_non_ascii(self):
368368
# Issue #16218
369-
# non-ascii filename encodable to cp1252, cp932, latin1 and utf8
370369
source = 'print(ascii(__file__))\n'
371370
script_name = _make_test_script(os.curdir, support.TESTFN_NONASCII, source)
372371
self.addCleanup(support.unlink, script_name)

0 commit comments

Comments
 (0)