This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benrg
Recipients benrg, paul.moore, pitrou, steve.dower, tim.golden, zach.ware
Date 2018-01-23.08:15:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516695307.38.0.467229070634.issue32612@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-01-23 08:15:07benrgsetrecipients: + benrg, paul.moore, pitrou, tim.golden, zach.ware, steve.dower
2018-01-23 08:15:07benrgsetmessageid: <1516695307.38.0.467229070634.issue32612@psf.upfronthosting.co.za>
2018-01-23 08:15:07benrglinkissue32612 messages
2018-01-23 08:15:07benrgcreate