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

Remove \m from docCheckPattern re compilation #73

Closed
wants to merge 1 commit into from
Closed

Remove \m from docCheckPattern re compilation #73

wants to merge 1 commit into from

Conversation

BitWorks
Copy link

@BitWorks BitWorks commented Jul 22, 2017

For python >= 3.6.
https://docs.python.org/3/library/re.html
Changed in version 3.6: Unknown escapes consisting of '\' and an ASCII letter now are errors.

For python >= 3.6.
https://docs.python.org/3/library/re.html
Changed in version 3.6: Unknown escapes consisting of '\' and an ASCII letter now are errors.
Copy link

@sphenk sphenk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Character \m is a bogus escape.

@derekgengenbacher-wf
Copy link
Contributor

This change was made in an unknown commit. Thank you for the PR.

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