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

Update underscore.py #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update underscore.py #6

wants to merge 2 commits into from

Conversation

feanil
Copy link

@feanil feanil commented Apr 25, 2024

In newer versions of Python (3.11), you can't set the global flags at positions other than the start of an expression. Relocate the flag to the beginning of the regex.

feanil added 2 commits April 25, 2024 01:12
In newer versions of Python (3.11), you can't set the global flags at positions other than the start of an expression.  Relocate the flag to the beginning of the regex.
@feanil
Copy link
Author

feanil commented Apr 25, 2024

@EnTeQuAk please take a look at this update. If you could merge and release this, I would appreciate it. It's the only issue I found with this working on newer versions of Python.

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