-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
IDLE - Fix help_url calculation on Windows. #95841
Labels
Comments
terryjreedy
added
type-bug
An unexpected behavior, bug, or error
OS-windows
topic-IDLE
labels
Aug 9, 2022
terryjreedy
added a commit
to terryjreedy/cpython
that referenced
this issue
Aug 10, 2022
python#91242 replaced the Windows chm help file with a copy of the html docs. This PR replaces the IDLE code that fetches the Windows local help url passed to os.startfile.
terryjreedy
added a commit
that referenced
this issue
Aug 11, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 11, 2022
pythonGH-91242 replaced the Windows chm help file with a copy of the html docs. This PR replaces the IDLE code that fetches the Windows local help url passed to os.startfile. Co-authored-by: Steve Dower (cherry picked from commit bdb2cf8) Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 11, 2022
pythonGH-91242 replaced the Windows chm help file with a copy of the html docs. This PR replaces the IDLE code that fetches the Windows local help url passed to os.startfile. Co-authored-by: Steve Dower (cherry picked from commit bdb2cf8) Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
added a commit
that referenced
this issue
Aug 11, 2022
GH-91242 replaced the Windows chm help file with a copy of the html docs. This PR replaces the IDLE code that fetches the Windows local help url passed to os.startfile. Co-authored-by: Steve Dower (cherry picked from commit bdb2cf8) Co-authored-by: Terry Jan Reedy <[email protected]>
terryjreedy
pushed a commit
that referenced
this issue
Aug 12, 2022
GH-91242 replaced the Windows chm help file with a copy of the html docs. This PR replaces the IDLE code that fetches the Windows local help url passed to os.startfile. Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: Steve Dower Approved by Steve Dower, #95845 (review), 2nd subblock. (cherry picked from commit bdb2cf8)
Repository owner
moved this from In Progress
to Done
in IDLE Issues
Aug 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#91242 replaced the Windows .chm help file with a copy of the html docs.
Fix the Windows code in
editor.EditorWindow.__init__
that gets the url.Minimize the change to maximize the chance to apply to 3.11.0rc1.
Followup with #95844.
The text was updated successfully, but these errors were encountered: