-
Notifications
You must be signed in to change notification settings - Fork 489
Proposal to remove pystring dependency #2256
Copy link
Copy link
Open
Labels
Modernise (C++17)Needs DiscussionNeeds discussion before implmentation, which could result in changes, or a decision not to proceed.Needs discussion before implmentation, which could result in changes, or a decision not to proceed.dependenciesPull requests that update a dependency filePull requests that update a dependency file
Metadata
Metadata
Assignees
Labels
Modernise (C++17)Needs DiscussionNeeds discussion before implmentation, which could result in changes, or a decision not to proceed.Needs discussion before implmentation, which could result in changes, or a decision not to proceed.dependenciesPull requests that update a dependency filePull requests that update a dependency file
Our current usage of pystring falls into 2 camps
String manipulation e.g. split, startswith, endswith, splitlines, lstrip etc
Filesystem interaction pystring::os::*
I would propose that this be carried out in 3 stages: