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 jesstess
Recipients belopolsky, eric.araujo, georg.brandl, glingl, gregorlingl, gvanrossum, jesstess, ned.deily, r.david.murray, rhettinger, terry.reedy
Date 2014-04-20.00:07:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397952452.47.0.758254821841.issue10291@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-04-20 00:07:33jesstesssetrecipients: + jesstess, gvanrossum, georg.brandl, rhettinger, terry.reedy, glingl, belopolsky, gregorlingl, ned.deily, eric.araujo, r.david.murray
2014-04-20 00:07:32jesstesssetmessageid: <1397952452.47.0.758254821841.issue10291@psf.upfronthosting.co.za>
2014-04-20 00:07:32jesstesslinkissue10291 messages
2014-04-20 00:07:31jesstesscreate