We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f29dc5 commit 5ab55dcCopy full SHA for 5ab55dc
Lib/test/test_cmd_line_script.py
@@ -579,6 +579,8 @@ def test_pep_409_verbiage(self):
579
self.assertTrue(text[1].startswith(' File '))
580
self.assertTrue(text[3].startswith('NameError'))
581
582
+ # TODO: RUSTPYTHON
583
+ @unittest.expectedFailure
584
def test_non_ascii(self):
585
# Mac OS X denies the creation of a file with an invalid UTF-8 name.
586
# Windows allows creating a name with an arbitrary bytes name, but
0 commit comments