Merge with 3.4

This commit is contained in:
Terry Jan Reedy 2015-09-22 21:13:39 -04:00
commit 452498a128
1 changed files with 1 additions and 1 deletions

View File

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