Martin Miller added the comment:

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

----------
Added file: http://bugs.python.org/file33083/python_issue_5712.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5712>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to