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 terry.reedy
Recipients Lita.Cho, Ramchandra Apte, ezio.melotti, jesstess, kbk, orsenthil, rhettinger, terry.reedy
Date 2014-06-22.06:02:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403416949.12.0.696123358564.issue17172@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.7, turtledemo is in <pythondir>/Demo/turtle when those directories are present. They are not currently installed by the 2.7 Windows installer, but this could be requested (of Steve Dower) on another issue. A 2.7 patch would be slightly tricker as it would have to check for the existence of turtledemo. Options:
* check before installing the menu entry and dont add it if not present.
* always make menu entry and check when clicked.

Is turtledemo present on *nix/mac often enough to make a 2.7 addition worthwhile even without Windows?
History
Date User Action Args
2014-06-22 06:02:29terry.reedysetrecipients: + terry.reedy, rhettinger, kbk, orsenthil, ezio.melotti, jesstess, Ramchandra Apte, Lita.Cho
2014-06-22 06:02:29terry.reedysetmessageid: <1403416949.12.0.696123358564.issue17172@psf.upfronthosting.co.za>
2014-06-22 06:02:29terry.reedylinkissue17172 messages
2014-06-22 06:02:28terry.reedycreate