Skip to content

Implement most of the string methods. #239

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Dec 27, 2018
Merged

Implement most of the string methods. #239

merged 20 commits into from
Dec 27, 2018

Conversation

mcbunkus
Copy link
Contributor

If I'm not mistaken this covers just about the rest of the string methods, with the exception of maketrans() and translate(). I also added the appropriate test snippets.

@windelbouwman
Copy link
Contributor

@AgentMacklin thank you for your contribution! An automated test appears to fail, could you have a look at this?

@mcbunkus
Copy link
Contributor Author

Okay, it turns out python3.6 doesn't implement isascii() like 3.7 does and I didn't realize at the time. Everything runs smoothly now :)

@windelbouwman windelbouwman merged commit 79a3b13 into RustPython:master Dec 27, 2018
@windelbouwman
Copy link
Contributor

I'll merge this right on. I'll squash the commits since some rebase action was done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants