[issue47086] Include HTML docs with Windows installer instead of CHM

Steve Dower report at bugs.python.org
Tue Mar 22 18:06:41 EDT 2022


Steve Dower <steve.dower at python.org> added the comment:

For the registry key, reading the default value from key "HKCU\Software\Python\PythonCore\{sys.winver}\Help\Main Python Documentation" (or HKLM - no need to worry about the Wow6432Node bit here) and passing it to os.startfile() will work for all active releases.

If the key is missing, so are the local docs, so falling back to the web docs is a fine option.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47086>
_______________________________________


More information about the Python-bugs-list mailing list