Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

I have come across the same bug.  To reproduce, run 
Demo/turtle/tdemo_round_dance.py and kill the Tk window before the "dance" 
stops. 

The mysterious command name ".10170160" is simply the generated name for the 
canvas widget - '.' + repr(id(self)).  See BaseWidget.__init__ in tkinter.

----------
nosy: +belopolsky

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

Reply via email to