New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:

Since after closing of issue #10199, docstrings in demo scripts are accessible 
to pydoc, it is important to bring them up to date.  For example, 
turtledemo.wikipedia docstring contains a reference to nonexistent wikipedia1 
and calls itself tdemo_wikipedia3.py.

In addition, the turtledemo package contains three text files: 
Lib/turtledemo/about_turtle.txt, Lib/turtledemo/about_turtledemo.txt, and 
Lib/turtledemo/demohelp.txt.  The contents of these files should be moved to 
appropriate (doc)strings inside appropriate .py files.

----------
assignee: belopolsky
components: Demos and Tools, Documentation
keywords: easy
messages: 120200
nosy: belopolsky, eric.araujo, georg.brandl, glingl, gregorlingl, gvanrossum, 
ned.deily, r.david.murray, rhettinger, terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: Clean-up turtledemo in-package documentation
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10291>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to