STINNER Victor <vstin...@python.org> added the comment:

This issue reminds me bpo-33721:

"os.path functions that return a boolean result like exists(), lexists(), 
isdir(), isfile(), islink(), and ismount() now return False instead of raising 
ValueError or its subclasses UnicodeEncodeError and UnicodeDecodeError for 
paths that contain characters or bytes unrepresentable at the OS level. 
(Contributed by Serhiy Storchaka in bpo-33721.)"

https://docs.python.org/dev/whatsnew/3.8.html#os-path

----------
nosy: +serhiy.storchaka, vstinner

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

Reply via email to