Skip to content

Commit 4deb32a

Browse files
authored
[3.12] gh-121804: Backport idlelib.pyshell change (GH-121886) (#123366)
To aid future backports here.
1 parent 8824c72 commit 4deb32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/pyshell.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def prepend_syspath(self, filename):
706706
del _filename, _sys, _dirname, _dir
707707
\n""".format(filename))
708708

709-
def showsyntaxerror(self, filename=None):
709+
def showsyntaxerror(self, filename=None, **kwargs):
710710
"""Override Interactive Interpreter method: Use Colorizing
711711
712712
Color the offending position instead of printing it and pointing at it

0 commit comments

Comments
 (0)