summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2015-09-23 01:13:53 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2015-09-23 01:13:53 (GMT)
commit8ce85b5f578c3e1cb0ec8c20300007448b9a83db (patch)
tree96e3585e65aaee46bc56c8a3b20f62140e921017
parent6f1f091e80d790f338d2225b017d2d2cf9123af7 (diff)
parent452498a128d1be1217f29e63742667fe24057492 (diff)
downloadcpython-8ce85b5f578c3e1cb0ec8c20300007448b9a83db.zip
cpython-8ce85b5f578c3e1cb0ec8c20300007448b9a83db.tar.gz
cpython-8ce85b5f578c3e1cb0ec8c20300007448b9a83db.tar.bz2
Merge with 3.5
-rwxr-xr-xLib/idlelib/PyShell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
index 4a68b19..6bbd456 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.