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 Lita.Cho
Recipients Lita.Cho, asvetlov, belopolsky, gregorlingl, jesstess, ned.deily, srid
Date 2014-06-02.21:43:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401745430.13.0.264171756394.issue6639@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, pressed submit too soon.

Now the programs raise a Terminator exception rather than a TclError, which I think is correct because the programs are calling Turtle methods when the TurtleScreen had been destroyed. 

I wasn't sure if it was better to return None rather than raise an exception, but I think raising exception is correct, as these programs are not calling mainloop to handle event loops. So when the user closes the window, round_dance.py should handle that.
History
Date User Action Args
2014-06-02 21:43:50Lita.Chosetrecipients: + Lita.Cho, belopolsky, gregorlingl, ned.deily, asvetlov, srid, jesstess
2014-06-02 21:43:50Lita.Chosetmessageid: <1401745430.13.0.264171756394.issue6639@psf.upfronthosting.co.za>
2014-06-02 21:43:50Lita.Cholinkissue6639 messages
2014-06-02 21:43:49Lita.Chocreate