Alexander Belopolsky <[email protected]> added the comment:
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__. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10291> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
