• Victor Stinner's avatar
    Issue #16444, #16218: Use TESTFN_UNDECODABLE on UNIX · ff3d5159
    Victor Stinner yazdı
    Check if data is decoded by os.fsdecode() (filesystem encoding with
    surrogateescape error handler, PEP 383), not by UTF-8 or the filesystem
    encoding in strict mode.
    
    Use TESTFN_UNDECODABLE in test_cmd_line_script.test_non_ascii() on UNIX.
    ff3d5159
test_genericpath.py 12 KB