Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc009ef commit 99dd8b5Copy full SHA for 99dd8b5
1 file changed
Lib/test/test_cmd_line_script.py
@@ -366,7 +366,6 @@ def test_pep_409_verbiage(self):
366
@unittest.skipUnless(support.TESTFN_NONASCII, 'need support.TESTFN_NONASCII')
367
def test_non_ascii(self):
368
# Issue #16218
369
- # non-ascii filename encodable to cp1252, cp932, latin1 and utf8
370
source = 'print(ascii(__file__))\n'
371
script_name = _make_test_script(os.curdir, support.TESTFN_NONASCII, source)
372
self.addCleanup(support.unlink, script_name)
0 commit comments