[issue10291] Clean-up turtledemo in-package documentation

Jessica McKellar report at bugs.python.org
Sun Apr 20 02:07:32 CEST 2014


Jessica McKellar added the comment:

Thanks for the bug report and patch, belopolsky!

The original patch no longer applies cleanly, so attached is a regenerated version.

* The new patch passes `make patchcheck`.
* The full test suite passes with this patch.
* I manually tested that before the patch, `./python.exe Lib/turtledemo/__main__.py` would start the demo window behind the Terminal on OSX, and after the patch it starts in front as desired.
* I manually checked the 3 help menu drop-down options in the demo, and they have the expected content.

There is a lot of out of date content in the turtle docs, and I think we should consider that work separate from this ticket and do a full audit of what needs updating in a new ticket.

=> commit review

----------
keywords: +needs review
nosy: +jesstess
stage: needs patch -> commit review
Added file: http://bugs.python.org/file34979/issue10291_2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10291>
_______________________________________


More information about the Python-bugs-list mailing list