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 eryksun
Recipients eamanu, eryksun, john.engelke, serhiy.storchaka
Date 2021-02-01.21:53:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612216385.12.0.116199964881.issue42464@roundup.psfhosted.org>
In-reply-to
Content
I'd prefer to leave ".." in the path, at least with PosixPath. (It doesn't matter with WindowsPath.) The "there" component may be a symlink that's currently inaccessible. That said, Python's os.path.realpath() has a long history of naively resolving ".." components in the remainder.
History
Date User Action Args
2021-02-01 21:53:05eryksunsetrecipients: + eryksun, serhiy.storchaka, eamanu, john.engelke
2021-02-01 21:53:05eryksunsetmessageid: <1612216385.12.0.116199964881.issue42464@roundup.psfhosted.org>
2021-02-01 21:53:05eryksunlinkissue42464 messages
2021-02-01 21:53:05eryksuncreate