Message 83573 - Python tracker

Message83573

Author loewis
Recipients loewis, oc
Date 2009-03-14.08:43:54
SpamBayes Score 0.009661434
Marked as misclassified No
Message-id <1237020237.9.0.989393754951.issue5487@psf.upfronthosting.co.za>
In-reply-to
Content
Why do you think this is a bug? You need to import tkinter.messagebox
explicitly for your program to be correct. That you could do without
inside IDLE is only because IDLE had already imported that module.

Closing as "won't fix".
History
Date User Action Args
2009-03-14 08:43:58loewissetrecipients: + loewis, oc
2009-03-14 08:43:57loewissetmessageid: <1237020237.9.0.989393754951.issue5487@psf.upfronthosting.co.za>
2009-03-14 08:43:56loewislinkissue5487 messages
2009-03-14 08:43:55loewiscreate