[issue44898] Path.read_bytes() failed when path contains chinese character

Terry J. Reedy report at bugs.python.org
Fri Aug 13 19:09:49 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

If there is no file or directory by the name you give, then the exception is correct and there is no bug in CPython.  A failing example should look like Steven's, with the filename in a string that is use to both create and access the file.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44898>
_______________________________________


More information about the Python-bugs-list mailing list