]> granicus.if.org Git - python/commit
bpo-31161: only check for parens error for SyntaxError (#3083)
authorMartijn Pieters <github.com@zopatista.com>
Tue, 22 Aug 2017 20:11:09 +0000 (21:11 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 22 Aug 2017 20:11:09 +0000 (13:11 -0700)
commit680f04a926bce04e4320ba883068c345eba502a6
tree1230385653b1591d47c03bfce0d814fe321777a0
parent468534d92f6879e925c4cd8a228ea300abfb7e4d
bpo-31161: only check for parens error for SyntaxError (#3083)

Subclasses such as IndentError and TabError should not have this message
applied.
Lib/test/test_exceptions.py
Misc/NEWS
Objects/exceptions.c