Kaydet (Commit) be92af0e authored tarafından Jack Jansen's avatar Jack Jansen

Don't make even the _slightest_ modification between test and checkin,

or you will break something:-)
üst 0eb936b4
......@@ -1478,7 +1478,7 @@ class Tk(Misc, Wm):
if ext not in ('.py', '.pyc', '.pyo'):
baseName = baseName + ext
self.tk = _tkinter.create(screenName, baseName, className)
if _MacOS and hasattr(MacOS, 'SchedParams'):
if _MacOS and hasattr(_MacOS, 'SchedParams'):
# Disable event scanning except for Command-Period
_MacOS.SchedParams(1, 0)
# Work around nasty MacTk bug
......
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