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

bpo-31161: only check for parens error for SyntaxError #3082

Merged
merged 3 commits into from
Aug 22, 2017
Merged

bpo-31161: only check for parens error for SyntaxError #3082

merged 3 commits into from
Aug 22, 2017

Conversation

mjpieters
Copy link
Contributor

@mjpieters mjpieters commented Aug 13, 2017

Subclasses such as IndentError and TabError should not have this message
applied.

https://bugs.python.org/issue31161

Subclasses such as IndentError and TabError should not have this message
applied.
@mjpieters
Copy link
Contributor Author

Backport to 3.6 is available at #3083. This should probably be backported to 3.5 and 3.4 too.

@ambv ambv merged commit 772d809 into python:master Aug 22, 2017
@ambv
Copy link
Contributor

ambv commented Aug 22, 2017

Thanks! ✨ 🍰 ✨

GadgetSteve pushed a commit to GadgetSteve/cpython that referenced this pull request Sep 10, 2017
Subclasses such as IndentError and TabError should not have this message
applied.
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.

5 participants