From: Terry Jan Reedy Date: Wed, 23 Sep 2015 01:13:28 +0000 (-0400) Subject: whitespace X-Git-Tag: v3.5.1rc1~290^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f94471c1401e06df3021eafdde99c9be2c344dcb;p=thirdparty%2FPython%2Fcpython.git whitespace --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 4a68b198dc2e..6bbd45678acc 100755 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -1547,7 +1547,7 @@ def main(): root.withdraw() flist = PyShellFileList(root) macosxSupport.setupApp(root, flist) - + if macosxSupport.isAquaTk(): # There are some screwed up <2> class bindings for text # widgets defined in Tk which we need to do away with.