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 ascola
Recipients ascola
Date 2020-11-28.20:38:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606595919.66.0.496197992353.issue42493@roundup.psfhosted.org>
In-reply-to
Content
I think it would be more useful for the pathlib.Path.__eq__ method to test the normalized path (not sure if normalized is the right terminology here).

As a concrete example I think that `PosixPath('/foo')` should equal `PosixPath('/foo/../foo')`. This is because functionally the two paths are equivalent.
History
Date User Action Args
2020-11-28 20:38:39ascolasetrecipients: + ascola
2020-11-28 20:38:39ascolasetmessageid: <1606595919.66.0.496197992353.issue42493@roundup.psfhosted.org>
2020-11-28 20:38:39ascolalinkissue42493 messages
2020-11-28 20:38:39ascolacreate