diff options
author | Steve Dower <steve.dower@python.org> | 2022-03-22 01:08:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-22 01:08:37 (GMT) |
commit | 3751b6b030b4a3b88959b4f3c4ef2e58d325e497 (patch) | |
tree | 2e88aeafa9c1e99c1ab33ec0ec4d4c92bb061517 /Misc | |
parent | 19058b9f6271338bcc46b7d30fe79a83990cc35c (diff) | |
download | cpython-3751b6b030b4a3b88959b4f3c4ef2e58d325e497.zip cpython-3751b6b030b4a3b88959b4f3c4ef2e58d325e497.tar.gz cpython-3751b6b030b4a3b88959b4f3c4ef2e58d325e497.tar.bz2 |
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-03-21-20-45-01.bpo-47086.bIuKlF.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-03-21-20-45-01.bpo-47086.bIuKlF.rst b/Misc/NEWS.d/next/Windows/2022-03-21-20-45-01.bpo-47086.bIuKlF.rst new file mode 100644 index 0000000..b73e187 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-03-21-20-45-01.bpo-47086.bIuKlF.rst @@ -0,0 +1,2 @@ +The installer for Windows now includes documentation as loose HTML files +rather than a single compiled :file:`.chm` file. |