Skip to content

Commit

Permalink
[3.12] gh-121804: Backport idlelib.pyshell change (GH-121886) (#123366)
Browse files Browse the repository at this point in the history
To aid future backports here.
  • Loading branch information
terryjreedy authored Aug 26, 2024
1 parent 8824c72 commit 4deb32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/idlelib/pyshell.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ def prepend_syspath(self, filename):
del _filename, _sys, _dirname, _dir
\n""".format(filename))

def showsyntaxerror(self, filename=None):
def showsyntaxerror(self, filename=None, **kwargs):
"""Override Interactive Interpreter method: Use Colorizing
Color the offending position instead of printing it and pointing at it
Expand Down

0 comments on commit 4deb32a

Please sign in to comment.