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 lutecki
Recipients eric.smith, eryksun, lutecki, serhiy.storchaka, smarie, veky, zbysz
Date 2021-11-26.17:38:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637948316.23.0.76027645616.issue44452@roundup.psfhosted.org>
In-reply-to
Content
So how this should work? 
I'm testing this simple example on Windows:

a = Path("/a/b")
b = Path("c/d")

and b / a gives me WindowsPath('/a/b'). So I'm like "ok, a seems like absolute, I will test for that" but on Windows a.is_absolute() is False.
???

Regards
History
Date User Action Args
2021-11-26 17:38:36luteckisetrecipients: + lutecki, eric.smith, zbysz, serhiy.storchaka, eryksun, veky, smarie
2021-11-26 17:38:36luteckisetmessageid: <1637948316.23.0.76027645616.issue44452@roundup.psfhosted.org>
2021-11-26 17:38:36luteckilinkissue44452 messages
2021-11-26 17:38:36luteckicreate