Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Use m.group(1) regex syntax#17

Open
randyreeder wants to merge 1 commit intosdague:masterfrom
randyreeder:master
Open

Use m.group(1) regex syntax#17
randyreeder wants to merge 1 commit intosdague:masterfrom
randyreeder:master

Conversation

@randyreeder
Copy link

@randyreeder randyreeder commented Feb 7, 2021

For compatibility with python3.5, Use m.group(1) regex syntax since m[1] support is new in python 3.6


This change is Reviewable

For compatibility with python3.5, Use m.group(1) regex syntax since m[1] support is new in python 3.6
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant