Message 374637 - Python tracker

Message374637

Author Mond Wan
Recipients Mond Wan, koobs, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2020-07-31.11:19:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596194382.21.0.993413954819.issue41448@roundup.psfhosted.org>
In-reply-to
Content
Let me clarify my expectation.

# For `as_posix()`

* PureWindowsPath can translate both POSIX path, and WINDOW path to POSIX path via `as_posix()`
    * Therefore, I expect PurePosixPath can translate both platform path to POSIX path via `as_posix()`

* I just tried PurePosixPath() behave same between Window, and the docker.
    * I am sorry for showing misleading information

# For `resolve()`

* In window platform, resolve() returns absolute path only if such file is able to locate. Otherwise, it returns
relative path.

* In Linux platform, resolve() returns absolute path anyway
History
Date User Action Args
2020-07-31 11:19:42Mond Wansetrecipients: + Mond Wan, paul.moore, ronaldoussoren, tim.golden, ned.deily, zach.ware, koobs, steve.dower
2020-07-31 11:19:42Mond Wansetmessageid: <1596194382.21.0.993413954819.issue41448@roundup.psfhosted.org>
2020-07-31 11:19:42Mond Wanlinkissue41448 messages
2020-07-31 11:19:42Mond Wancreate