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

Fix: Python 3.5 don't support re.match.__getitem__ #131

Merged
merged 1 commit into from
Aug 23, 2018

Conversation

Semihal
Copy link
Contributor

@Semihal Semihal commented Jul 5, 2018

https://docs.python.org/3/library/re.html#re.match.__getitem__
It's shorthand for match.group(0) - 0 is the default if not supplied so you can omit that too.

https://docs.python.org/3/library/re.html#re.match.__getitem__
It's shorthand for match.group(0) - 0 is the default if not supplied so you can omit that too.
@coveralls
Copy link

coveralls commented Jul 5, 2018

Coverage Status

Coverage remained the same at 79.1% when pulling 69280a8 on Semihal:fix-rematch-python3.5 into dfb85b9 on travispavek:master.

@travispavek travispavek merged commit 866078d into travispavek:master Aug 23, 2018
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

3 participants