Message 280294 - Python tracker (original) (raw)
Message280294
Author | mwagner |
---|---|
Recipients | brett.cannon, davide.rizzo, gvanrossum, july, mwagner, neologix, pitrou, serhiy.storchaka, steve.dower, vajrasky |
Date | 2016-11-08.11:43:56 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1478605436.43.0.599560124896.issue19717@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
i have a use-case that requires a behavior that is referenced above as --canonicalize-missing. essentially i need to get rid of relative parts in a path representation regardless the actual filesystem. my conclusion was that PurePath could provide that with a 'normpath' method, reflecting os.path.normpath's functionality. (that's from a user perspective, i haven't looked at any implementation details of the pathlib module.) |
History | |||
---|---|---|---|
Date | User | Action | Args |
2016-11-08 11:43:56 | mwagner | set | recipients: + mwagner, gvanrossum, brett.cannon, pitrou, july, neologix, davide.rizzo, serhiy.storchaka, steve.dower, vajrasky |
2016-11-08 11:43:56 | mwagner | set | messageid: 1478605436.43.0.599560124896.issue19717@psf.upfronthosting.co.za |
2016-11-08 11:43:56 | mwagner | link | issue19717 messages |
2016-11-08 11:43:56 | mwagner | create |