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 steve.dower
Recipients lutecki, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-11-14.16:44:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573749887.29.0.940388820885.issue38793@roundup.psfhosted.org>
In-reply-to
Content
I'm not sure - I try the same thing (on 3.6, 3.7 and 3.8) and get different results:

>>> import pathlib
>>> p = pathlib.Path(".", "a", "b", "c")
>>> p.resolve(strict=False)
WindowsPath('a/b/c')

Are you sure that it's not successfully resolving a link of some kind?
History
Date User Action Args
2019-11-14 16:44:47steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, lutecki
2019-11-14 16:44:47steve.dowersetmessageid: <1573749887.29.0.940388820885.issue38793@roundup.psfhosted.org>
2019-11-14 16:44:47steve.dowerlinkissue38793 messages
2019-11-14 16:44:47steve.dowercreate