[New-bugs-announce] [issue2902] tkinter uses MacOS

Benjamin Peterson report at bugs.python.org
Sun May 18 02:56:43 CEST 2008


New submission from Benjamin Peterson <musiccomposition at gmail.com>:

A few days ago I removed the MacOS module. I didn't realize that it was
used in Tkinter until today. It seems the module is only used in one spot:

        if _MacOS and hasattr(_MacOS, 'SchedParams'):
            # Disable event scanning except for Command-Period
            _MacOS.SchedParams(1, 0)
            # Work around nasty MacTk bug
            # XXX Is this one still needed?
            self.update()

Is this still needed? If so, this check will have to integrated into
_tkinter.

----------
messages: 67020
nosy: benjamin.peterson
priority: critical
severity: normal
status: open
title: tkinter uses MacOS
type: behavior
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2902>
__________________________________


More information about the New-bugs-announce mailing list