mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Remove outdated comment
This commit is contained in:
parent
fc009eff9e
commit
99dd8b577b
1 changed files with 0 additions and 1 deletions
|
@ -366,7 +366,6 @@ class CmdLineTest(unittest.TestCase):
|
|||
@unittest.skipUnless(support.TESTFN_NONASCII, 'need support.TESTFN_NONASCII')
|
||||
def test_non_ascii(self):
|
||||
# Issue #16218
|
||||
# non-ascii filename encodable to cp1252, cp932, latin1 and utf8
|
||||
source = 'print(ascii(__file__))\n'
|
||||
script_name = _make_test_script(os.curdir, support.TESTFN_NONASCII, source)
|
||||
self.addCleanup(support.unlink, script_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue