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 serhiy.storchaka
Recipients serhiy.storchaka, tomplast, veky
Date 2021-02-13.14:34:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613226894.81.0.354306926754.issue43213@roundup.psfhosted.org>
In-reply-to
Content
I guess that you need to use the parts attribute. Note that `'share' in str(path)` and `'share' in path.parts` are two very different things, even if they can give the same result in some cases.

When reply be email, please remove the quoted text. It makes reading difficult, especially for people with disabilities.
History
Date User Action Args
2021-02-13 14:34:54serhiy.storchakasetrecipients: + serhiy.storchaka, veky, tomplast
2021-02-13 14:34:54serhiy.storchakasetmessageid: <1613226894.81.0.354306926754.issue43213@roundup.psfhosted.org>
2021-02-13 14:34:54serhiy.storchakalinkissue43213 messages
2021-02-13 14:34:54serhiy.storchakacreate