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

Help in IDLE should open the chm file #48191

Closed
gregorlingl mannequin opened this issue Sep 23, 2008 · 4 comments
Closed

Help in IDLE should open the chm file #48191

gregorlingl mannequin opened this issue Sep 23, 2008 · 4 comments
Assignees
Labels
topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@gregorlingl
Copy link
Mannequin

gregorlingl mannequin commented Sep 23, 2008

BPO 3941
Nosy @loewis, @kbkaiser

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/kbkaiser'
closed_at = <Date 2008-09-29.07:23:43.889>
created_at = <Date 2008-09-23.00:32:04.824>
labels = ['expert-IDLE', 'type-bug']
title = 'Help in IDLE should open the chm file'
updated_at = <Date 2008-09-29.07:23:43.888>
user = 'https://bugs.python.org/gregorlingl'

bugs.python.org fields:

activity = <Date 2008-09-29.07:23:43.888>
actor = 'georg.brandl'
assignee = 'kbk'
closed = True
closed_date = <Date 2008-09-29.07:23:43.889>
closer = 'georg.brandl'
components = ['IDLE']
creation = <Date 2008-09-23.00:32:04.824>
creator = 'gregorlingl'
dependencies = []
files = []
hgrepos = []
issue_num = 3941
keywords = []
message_count = 4.0
messages = ['73609', '73616', '73617', '73995']
nosy_count = 3.0
nosy_names = ['loewis', 'kbk', 'gregorlingl']
pr_nums = []
priority = 'normal'
resolution = 'wont fix'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue3941'
versions = ['Python 2.6']

@gregorlingl
Copy link
Mannequin Author

gregorlingl mannequin commented Sep 23, 2008

From IDLE either pressing F1 or choosing the menu Help-Python Docs
should open a Help-Window with the docs of the current version. (This
works well for instance in Python 2.5.2) The docs file normally resides
on the local computer in the Doc directory (at least under Windows)

With 2.6rc2 under Windows pressing F1 only opens a Browser with the url
http://www.python.org/doc/current/ which leads to the 2.5.2 documentation.

It should be linked to the python26.chm file in the Doc directory

Regards,
Gregor

@gregorlingl gregorlingl mannequin added topic-IDLE type-bug An unexpected behavior, bug, or error labels Sep 23, 2008
@loewis
Copy link
Mannequin

loewis mannequin commented Sep 23, 2008

Notice that the chm file is available on Windows only. So in general,
opening the online documentation might be the right thing to do.

@loewis loewis mannequin changed the title Help in IDLE doesn't work correctly Help in IDLE should open the chm file Sep 23, 2008
@loewis
Copy link
Mannequin

loewis mannequin commented Sep 23, 2008

Kurt, even if using online documentation is necessary, I think the URL
is not quite right - it should rather be a version-dependent URL, IMO.

@loewis loewis mannequin assigned kbkaiser Sep 23, 2008
@gregorlingl
Copy link
Mannequin Author

gregorlingl mannequin commented Sep 28, 2008

I just found out, that this doesn't work correctly, because the
Windows-helpfile in Python26rc2 is strangely named Python26c2.chm . It
works correctly however if one renames this file to Python26.chm (as
this is what the code in EditorWindow.py expects).

So this will (almost certainly) be no problem in the final release.

Regards, Gregor

@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
topic-IDLE type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants