Terry J. Reedy added the comment:

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?

----------
dependencies: +Allow turtledemo code pane to get wider., Catch 
turtle.Terminator exceptions in turtledemo, Make turtledemo 2.7 help show file 
contents, not file name.
versions: +Python 2.7

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

Reply via email to