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 ronaldoussoren
Recipients Mond Wan, koobs, ned.deily, paul.moore, ronaldoussoren, steve.dower, tim.golden, zach.ware
Date 2020-07-31.10:56:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596192980.9.0.738167077204.issue41448@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure what you try to report.

PurePath(...) returns a PureWindowsPath on Windows and an PurePosixPath on other (unix-y) platforms. This explains the difference in behaviour you're seeing for as_posix().
History
Date User Action Args
2020-07-31 10:56:20ronaldoussorensetrecipients: + ronaldoussoren, paul.moore, tim.golden, ned.deily, zach.ware, koobs, steve.dower, Mond Wan
2020-07-31 10:56:20ronaldoussorensetmessageid: <1596192980.9.0.738167077204.issue41448@roundup.psfhosted.org>
2020-07-31 10:56:20ronaldoussorenlinkissue41448 messages
2020-07-31 10:56:20ronaldoussorencreate