Kaydet (Commit) 8ce85b5f authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.5

...@@ -1547,7 +1547,7 @@ def main(): ...@@ -1547,7 +1547,7 @@ def main():
root.withdraw() root.withdraw()
flist = PyShellFileList(root) flist = PyShellFileList(root)
macosxSupport.setupApp(root, flist) macosxSupport.setupApp(root, flist)
if macosxSupport.isAquaTk(): if macosxSupport.isAquaTk():
# There are some screwed up <2> class bindings for text # There are some screwed up <2> class bindings for text
# widgets defined in Tk which we need to do away with. # widgets defined in Tk which we need to do away with.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment