Skip to content
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

Fixing re flags deprecation warning in python 3.6 #22

Merged
merged 1 commit into from
May 10, 2018

Conversation

jehamilton
Copy link
Contributor

In Python 3.6 and beyond they have deprecated flags in re.compile that do not come at the beginning. I moved the flag to the beginning of the string instead.

@miracle2k miracle2k merged commit be6981e into miracle2k:master May 10, 2018
miracle2k added a commit that referenced this pull request May 10, 2018
Fixing re flags deprecation warning in python 3.6
@miracle2k
Copy link
Owner

Thanks!

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.

None yet

2 participants