Terry J. Reedy <tjre...@udel.edu> added the comment:

Enhancements are not usually backported.

1. The underscores are in entries such as 'minimal_hanoi' in the Examples 
drop-down submenu.  Changing to spaces should not hurt anything.

2. Already possible (maybe): Help => Turtledemo help has
  (2) How to add your own demos to the demo repository
which discusses requirements for turtle code run in the demo framework.   
(However, users may not be able to add files to the turtledemo directory -- 
Demo/turtle in 2.x, Lib/turtledemo in 3.x.)  Any alternative should direct 
users to these requirements.

What is your proposed alternative mechanism?  Why is it better than a user 
copying __main__.py and turtle.cfg into their own directory of turtle scripts?  
(Perhaps this option should also be mentioned as
  (3) How to add turtledemo to your directory.)

----------
nosy: +terry.reedy
versions:  -Python 3.6, Python 3.7, Python 3.8

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

Reply via email to