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 barneygale, eryksun, nsiregar, paul.moore, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2022-03-06.18:47:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646592445.29.0.0658193753878.issue37609@roundup.psfhosted.org>
In-reply-to
Content
If you can build this on top of nt._path_splitroot then it could save a decent amount of work, though at the same time I think it's worthwhile having a pure Python implementation which is cross-platform.

Haven't looked at the PR yet (or Eryk's implementation recently), but at the very least it would be nice to have tests that verify consistency with nt._path_splitroot. That way at least we'll discover if the native version changes.
History
Date User Action Args
2022-03-06 18:47:25steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, serhiy.storchaka, eryksun, nsiregar, barneygale
2022-03-06 18:47:25steve.dowersetmessageid: <1646592445.29.0.0658193753878.issue37609@roundup.psfhosted.org>
2022-03-06 18:47:25steve.dowerlinkissue37609 messages
2022-03-06 18:47:25steve.dowercreate