This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson
Date 2008-05-18.00:56:40
SpamBayes Score 0.30200422
Marked as misclassified No
Message-id <1211072203.77.0.284787779391.issue2902@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-18 00:56:44benjamin.petersonsetspambayes_score: 0.302004 -> 0.30200422
recipients: + benjamin.peterson
2008-05-18 00:56:43benjamin.petersonsetspambayes_score: 0.302004 -> 0.302004
messageid: <1211072203.77.0.284787779391.issue2902@psf.upfronthosting.co.za>
2008-05-18 00:56:42benjamin.petersonlinkissue2902 messages
2008-05-18 00:56:41benjamin.petersoncreate