Browse Source

Merge with 3.4

pull/9921/head
Terry Jan Reedy 11 years ago
parent
commit
452498a128
  1. 2
      Lib/idlelib/PyShell.py

2
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.

Loading…
Cancel
Save