diff options
author | Steve Dower <steve.dower@python.org> | 2019-10-28 21:34:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-28 21:34:25 (GMT) |
commit | 0ac6137dd3d1e2c8f9558153ad63021f57e05e73 (patch) | |
tree | 3154ead9667e50710284df19f5c7a4af28d4eb82 /Misc/NEWS.d/next/Windows | |
parent | 794616f837c254c68d8384ab48fb78123a3c8a8b (diff) | |
download | cpython-0ac6137dd3d1e2c8f9558153ad63021f57e05e73.zip cpython-0ac6137dd3d1e2c8f9558153ad63021f57e05e73.tar.gz cpython-0ac6137dd3d1e2c8f9558153ad63021f57e05e73.tar.bz2 |
bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968)
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-10-28-10-48-16.bpo-38589.V69Q1a.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-10-28-10-48-16.bpo-38589.V69Q1a.rst b/Misc/NEWS.d/next/Windows/2019-10-28-10-48-16.bpo-38589.V69Q1a.rst new file mode 100644 index 0000000..e864290 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-10-28-10-48-16.bpo-38589.V69Q1a.rst @@ -0,0 +1 @@ +Fixes HTML Help shortcut when Windows is not installed to C drive |