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 brett.cannon
Recipients Jeffrey.Kintscher, Nophke, brett.cannon, jaraco, lucas.steinmann, pitrou, terry.reedy
Date 2020-02-01.00:07:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580515625.07.0.869088013885.issue37130@roundup.psfhosted.org>
In-reply-to
Content
So I tried making pathlib.PurePath handle "." more like ".." and tests started failing all over the place in test_pathlib, which means it would be a change in semantics and could start silently breaking people as most of the checks are for specific exceptions.

So the next question is where is '..' being mishandled? It might be possible and better to tighten up how '..' is treated than try to make '.' suddenly be treated in a weaker way.
History
Date User Action Args
2020-02-01 00:07:05brett.cannonsetrecipients: + brett.cannon, terry.reedy, jaraco, pitrou, Jeffrey.Kintscher, Nophke, lucas.steinmann
2020-02-01 00:07:05brett.cannonsetmessageid: <1580515625.07.0.869088013885.issue37130@roundup.psfhosted.org>
2020-02-01 00:07:04brett.cannonlinkissue37130 messages
2020-02-01 00:07:04brett.cannoncreate