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 martinmiller
Recipients daku9999, dhalbert, ggenellina, gpolo, luckycusp, martinmiller, nosklo, pfhall, python-dev, serhiy.storchaka
Date 2013-12-10.18:24:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386699870.02.0.697538110555.issue5712@psf.upfronthosting.co.za>
In-reply-to
Content
Requested information:

Before                                              
Tkinter.wantobjects: 1                              
Tkinter._support_default_root: 1                    
Tkinter._default_root: None                         
Tkinter._default_root has no attribute 'wantobjects'

After                                               
Tkinter.wantobjects: 1                              
Tkinter._support_default_root: 1                    
Tkinter._default_root: .                            
Tkinter._default_root.wantobjects(): True
History
Date User Action Args
2013-12-10 18:24:30martinmillersetrecipients: + martinmiller, ggenellina, gpolo, nosklo, daku9999, dhalbert, luckycusp, pfhall, python-dev, serhiy.storchaka
2013-12-10 18:24:30martinmillersetmessageid: <1386699870.02.0.697538110555.issue5712@psf.upfronthosting.co.za>
2013-12-10 18:24:30martinmillerlinkissue5712 messages
2013-12-10 18:24:29martinmillercreate