[issue2902] tkinter uses MacOS

2008-07-31 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Great! It's gone in r65328. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2902] tkinter uses MacOS

2008-07-31 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: as I understand, MacOS.SchedParams is gone for more than 4 years now (that is why you see this hasattr check everywhere). I doubt removing this MacOS usage will do anything. ___ Python tracker <[EMAIL PROTE

[issue2902] tkinter uses MacOS

2008-07-30 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: [ccing people who might now if this should still be an issue.] -- nosy: +gpolo, loewis ___ Python tracker <[EMAIL PROTECTED]> _

[issue2902] tkinter uses MacOS

2008-05-17 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: 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