[issue21824] Make turtledemo 2.7 help show file contents, not file name.

2014-06-21 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21824] Make turtledemo 2.7 help show file contents, not file name.

2014-06-21 Thread Roundup Robot

Roundup Robot added the comment:

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

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21824] Make turtledemo 2.7 help show file contents, not file name.

2014-06-21 Thread Terry J. Reedy

New submission from Terry J. Reedy:

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.

--
assignee: terry.reedy
messages: 221219
nosy: terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: Make turtledemo 2.7 help show file contents, not file name.
type: behavior
versions: Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com