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

os.path.exists() and similar functions will return now False for invalid paths 
(non-encodable paths on Unix, non-decodable bytes paths on Windows, and paths 
containing null characters or bytes).

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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

Reply via email to