commit | bdb2cf8e913c041f26e8976abe58414819b3e8ff | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Thu Aug 11 16:54:03 2022 -0400 |
committer | GitHub <noreply@github.com> | Thu Aug 11 16:54:03 2022 -0400 |
tree | 640ea4c4ab9d8093ea210d56915aaf177c6741aa | |
parent | 05a0f37029f8ef917ed7ddbf7871856fc73aaca1 [diff] |
gh-95841: IDLE - Revise Windows local doc url (#95845) #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