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 gvanrossum
Recipients belopolsky, gvanrossum
Date 2010-10-26.16:31:30
SpamBayes Score 1.7199623e-07
Marked as misclassified No
Message-id <1288110692.31.0.0560369831336.issue10199@psf.upfronthosting.co.za>
In-reply-to
Content
I would like Gregor Lingl's approval of turning turtle.py into a package.  It might make some things harder for novices, e.g. trackebacks and just browsing the source code.

Also many people don't expect to find any code in a file named __init__.py (and most of the time I agree with this).  But the alternative isn't so great either, assuming we'll want strict backwards compatibility (I wouldn't want the instructions in Gregor's or anyone's book to start failing because of this).  You can't rename turtle to turtle/turtle.py either, because then there'd be horrible confusion between turtle/ and turtle.py.

IOW, yes, flat still seems better than nested here!
History
Date User Action Args
2010-10-26 16:31:32gvanrossumsetrecipients: + gvanrossum, belopolsky
2010-10-26 16:31:32gvanrossumsetmessageid: <1288110692.31.0.0560369831336.issue10199@psf.upfronthosting.co.za>
2010-10-26 16:31:31gvanrossumlinkissue10199 messages
2010-10-26 16:31:30gvanrossumcreate