We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8824c72 commit 4deb32aCopy full SHA for 4deb32a
Lib/idlelib/pyshell.py
@@ -706,7 +706,7 @@ def prepend_syspath(self, filename):
706
del _filename, _sys, _dirname, _dir
707
\n""".format(filename))
708
709
- def showsyntaxerror(self, filename=None):
+ def showsyntaxerror(self, filename=None, **kwargs):
710
"""Override Interactive Interpreter method: Use Colorizing
711
712
Color the offending position instead of printing it and pointing at it
0 commit comments