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 terry.reedy
Recipients jesstess, ned.deily, pitrou, terry.reedy
Date 2014-06-30.16:17:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404145033.06.0.973576243183.issue21882@psf.upfronthosting.co.za>
In-reply-to
Content
I am working on the turtle demos now. Victor gave more info in #21884.

I was partly wrong in my comments. turtledemo uses reload to re-initialize demos when one switches between them. I am tempted to remove this as part of discouraging side-effects on import. It is not a good example to be followed.
History
Date User Action Args
2014-06-30 16:17:13terry.reedysetrecipients: + terry.reedy, pitrou, ned.deily, jesstess
2014-06-30 16:17:13terry.reedysetmessageid: <1404145033.06.0.973576243183.issue21882@psf.upfronthosting.co.za>
2014-06-30 16:17:13terry.reedylinkissue21882 messages
2014-06-30 16:17:12terry.reedycreate