Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make turtledemo 2.7 help show file contents, not file name. #66023

Closed
terryjreedy opened this issue Jun 22, 2014 · 2 comments
Closed

Make turtledemo 2.7 help show file contents, not file name. #66023

terryjreedy opened this issue Jun 22, 2014 · 2 comments
Assignees
Labels
type-bug An unexpected behavior, bug, or error

Comments

@terryjreedy
Copy link
Member

BPO 21824
Nosy @terryjreedy

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/terryjreedy'
closed_at = <Date 2014-06-22.06:33:14.645>
created_at = <Date 2014-06-22.05:50:45.153>
labels = ['type-bug']
title = 'Make turtledemo 2.7 help show file contents, not file name.'
updated_at = <Date 2014-06-22.06:33:14.644>
user = 'https://github.com/terryjreedy'

bugs.python.org fields:

activity = <Date 2014-06-22.06:33:14.644>
actor = 'terry.reedy'
assignee = 'terry.reedy'
closed = True
closed_date = <Date 2014-06-22.06:33:14.645>
closer = 'terry.reedy'
components = []
creation = <Date 2014-06-22.05:50:45.153>
creator = 'terry.reedy'
dependencies = []
files = []
hgrepos = []
issue_num = 21824
keywords = []
message_count = 2.0
messages = ['221219', '221222']
nosy_count = 2.0
nosy_names = ['terry.reedy', 'python-dev']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue21824'
versions = ['Python 2.7']

@terryjreedy
Copy link
Member Author

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.

@terryjreedy terryjreedy self-assigned this Jun 22, 2014
@terryjreedy terryjreedy added the type-bug An unexpected behavior, bug, or error label Jun 22, 2014
@python-dev
Copy link
Mannequin

python-dev mannequin commented Jun 22, 2014

New changeset 9778d37c2d18 by Terry Jan Reedy in branch '2.7':
Issue bpo-21824: Turtledemo 2.7 help menu entries now display help text instead
http://hg.python.org/cpython/rev/9778d37c2d18

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant