Dominic Davis-Foster <d.davis-fos...@research.staffs.ac.uk> added the comment:

Paul's example with the embedded null no longer works on Python 3.8 as 
Path.exists returns False on ValueError (added in gh-7695)

Path.exists already ignores some Windows-specific errors, so I don't see why it 
shouldn't also ignore invalid paths which can't exist.

----------
nosy: +domdfcoding2

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

Reply via email to