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.
Created on 2014年06月22日 05:50 by terry.reedy, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg221219 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2014年06月22日 05:50 | |
When Demo/turtle/turtleDemo.py is run and the user selects any of the 3 Help menu entries, the filename is displayed in the test viewer instead of the file contents. The bug is that the 3 showxyz functions call textView.TextViewer directly, with the filename, instead of the viewfile function that opens and reads the file and passes the contents on to TextViewer. |
|||
| msg221222 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年06月22日 06:32 | |
New changeset 9778d37c2d18 by Terry Jan Reedy in branch '2.7': Issue #21824: Turtledemo 2.7 help menu entries now display help text instead http://hg.python.org/cpython/rev/9778d37c2d18 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:05 | admin | set | github: 66023 |
| 2014年06月22日 06:33:14 | terry.reedy | set | status: open -> closed resolution: fixed stage: needs patch -> resolved |
| 2014年06月22日 06:32:42 | python-dev | set | nosy:
+ python-dev messages: + msg221222 |
| 2014年06月22日 06:02:29 | terry.reedy | link | issue17172 dependencies |
| 2014年06月22日 05:50:45 | terry.reedy | create | |