Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Test is failing because TESTFN contains now non-ASCII characters.

The path is written to stdout using the default stdout encoding on Windows 
(like cp1252), but test searches the path encoded with UTF-8. This test should 
fail also on other platforms with non-UTF-8 locale.

The simplest way to "fix" the test is using TESTFN_ASCII instead of TESTFN.

But there is also an issue in the script itself. It fails or produces a 
mojibake when the filesystem encoding and the stdout encoding do not match. 
There are similar issues in other scripts which output file names.

----------
components: +Unicode
nosy: +ezio.melotti, serhiy.storchaka, vstinner

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45053>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to