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 eryksun, nsiregar, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2021-04-06.20:58:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617742734.02.0.847591708844.issue37609@roundup.psfhosted.org>
In-reply-to
Content
Once issue43105 is merged, I've got a fairly simple implementation for this using the (new) nt._path_splitroot native method, as well as improved tests that cover both the native and emulated calculations.
History
Date User Action Args
2021-04-06 20:58:54steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, serhiy.storchaka, eryksun, nsiregar
2021-04-06 20:58:54steve.dowersetmessageid: <1617742734.02.0.847591708844.issue37609@roundup.psfhosted.org>
2021-04-06 20:58:54steve.dowerlinkissue37609 messages
2021-04-06 20:58:53steve.dowercreate