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:16:28
SpamBayes Score 1.369356e-08
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On Tue, Mar 22, 2011 at 3:14 PM, Alexander Belopolsky
<[email protected]> wrote:
..
> Lib/turtledemo/about_turtle.txt - seems to belong to turtle.py

In fact, it looks like turtle docstring is already a copy (or almost a
copy) of  Lib/turtledemo/about_turtle.txt.  Instead of reading
about_turtle.txt, turtledemo should just reuse turtle.__doc__.
History
Date User Action Args
2011-03-22 19:16:29belopolskysetrecipients: + belopolsky, gvanrossum, georg.brandl, rhettinger, terry.reedy, glingl, gregorlingl, ned.deily, eric.araujo, r.david.murray
2011-03-22 19:16:28belopolskylinkissue10291 messages
2011-03-22 19:16:28belopolskycreate