diff options
author | Steve Dower <steve.dower@python.org> | 2020-07-28 15:35:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-28 15:35:46 (GMT) |
commit | 37a06cbe5c17c2aa6ad938339fd42531a8a0bea0 (patch) | |
tree | 31cce5032c872a64a8904b7c48952fd0235ec548 /Misc | |
parent | 5e3826785dcc64f8e1a8a7bde11b88fbb40943be (diff) | |
download | cpython-37a06cbe5c17c2aa6ad938339fd42531a8a0bea0.zip cpython-37a06cbe5c17c2aa6ad938339fd42531a8a0bea0.tar.gz cpython-37a06cbe5c17c2aa6ad938339fd42531a8a0bea0.tar.bz2 |
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
Prevent installation on Windows 8 and earlier.
Download UCRT on demand when required (non-updated Windows 8.1 only)
Add reference to py launcher to post-install message
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-07-28-11-55-43.bpo-41412.ME20KB.rst | 2 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Windows/2020-07-28-12-39-32.bpo-40948.ISUFO6.rst | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-07-28-11-55-43.bpo-41412.ME20KB.rst b/Misc/NEWS.d/next/Windows/2020-07-28-11-55-43.bpo-41412.ME20KB.rst new file mode 100644 index 0000000..274264a --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2020-07-28-11-55-43.bpo-41412.ME20KB.rst @@ -0,0 +1,2 @@ +The installer will now fail to install on Windows 7 and Windows 8. Further, +the UCRT dependency is now always downloaded on demand. diff --git a/Misc/NEWS.d/next/Windows/2020-07-28-12-39-32.bpo-40948.ISUFO6.rst b/Misc/NEWS.d/next/Windows/2020-07-28-12-39-32.bpo-40948.ISUFO6.rst new file mode 100644 index 0000000..f8831d8 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2020-07-28-12-39-32.bpo-40948.ISUFO6.rst @@ -0,0 +1 @@ +Improve post-install message to direct people to the "py" command. |