benrg <benrud...@gmail.com> added the comment:

I don't know whether this clarifies it at all, but if x and y are Path objects, 
and x == y, I would expect also x.exists() == y.exists(), and x.read_bytes() == 
y.read_bytes(), and so on, unless there is a race condition. I think all 
programmers expect that if x == y, then they refer to the same file. This is 
not true currently.

----------

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

Reply via email to