]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95841: IDLE - Revise Windows local doc url (GH-95845) (#95905)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Aug 2022 00:11:17 +0000 (17:11 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Aug 2022 00:11:17 +0000 (20:11 -0400)
commit577dbc3c49615896d5b6fbf0cb25eebd4d28624a
tree4e9cdc26df2c0eb0224f4223e783a2c2dbb7e3ab
parent24dd1429e56594ab8b9aff8522305b4f38989711
gh-95841: IDLE - Revise Windows local doc url (GH-95845) (#95905)

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 <tjreedy@udel.edu>
Co-authored-by: Steve Dower
Approved by Steve Dower, #95845 (review), 2nd subblock.

(cherry picked from commit bdb2cf8e913c041f26e8976abe58414819b3e8ff)
Lib/idlelib/editor.py