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 belopolsky
Recipients belopolsky, eric.araujo, georg.brandl, glingl, gregorlingl, gvanrossum, ned.deily, r.david.murray, rhettinger, terry.reedy
Date 2011-03-22.19:14:44
SpamBayes Score 6.5427565e-07
Marked as misclassified No
Message-id <AANLkTik=5uNuAoZ=ktLUfQWJQLk8G3mEKqeQqcgBBs5a@mail.gmail.com>
In-reply-to <1300820121.84.0.296245811596.issue10291@psf.upfronthosting.co.za>
Content
On Tue, Mar 22, 2011 at 2:55 PM, Éric Araujo <report@bugs.python.org> wrote:
..
> Agreed.  Which .py files would be appropriate?

Lib/turtledemo/about_turtle.txt - seems to belong to turtle.py

Lib/turtledemo/about_turtledemo.txt  -> turtledemo/__init__.py

and Lib/turtledemo/demohelp.txt. -> turtledemo/__main__.py or a new
module to be imported from __main__ most of the code in __main__ can
be moved/
History
Date User Action Args
2011-03-22 19:14:46belopolskysetrecipients: + belopolsky, gvanrossum, georg.brandl, rhettinger, terry.reedy, glingl, gregorlingl, ned.deily, eric.araujo, r.david.murray
2011-03-22 19:14:44belopolskylinkissue10291 messages
2011-03-22 19:14:44belopolskycreate