Skip to content

Use Python standard library methods when possible #156

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 4 commits into from
Apr 3, 2018

Conversation

mdmintz
Copy link
Member

@mdmintz mdmintz commented Apr 3, 2018

Use Python standard library methods when possible:

I'm replacing an old method I wrote a long time ago called jq_format() with a Python standard library method that I probably didn't know about then, called re.escape(), which performs the same intended action.

@mdmintz mdmintz merged commit ce0078a into master Apr 3, 2018
@mdmintz mdmintz deleted the use-python-standard-library-when-possible branch April 3, 2018 01:42
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.

1 participant