From 182503c8e86e4ab4834485f895864094a291704a Mon Sep 17 00:00:00 2001 From: Hayao Suzuki Date: Wed, 7 Oct 2020 19:41:42 +0900 Subject: [PATCH 1/3] bpo-32592: Fix "Using Python on Windows" Document. --- Doc/using/windows.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index b95a43c853c288..d73abd2d31b4f0 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -23,8 +23,9 @@ available for application-local distributions. As specified in :pep:`11`, a Python release only supports a Windows platform while Microsoft considers the platform under extended support. This means that -Python |version| supports Windows Vista and newer. If you require Windows XP -support then please install Python 3.4. +Python |version| supports Windows 8.1 and newer. If you require Windows XP +support then please install Python 3.4. If you require Windows Vista or +Windows 7 then please install Python 3.8. There are a number of different installers available for Windows, each with certain benefits and downsides. From 704793ca68a06f5584bf4a8ca5054dbf080d6e2b Mon Sep 17 00:00:00 2001 From: Hayao Suzuki Date: Wed, 7 Oct 2020 20:57:21 +0900 Subject: [PATCH 2/3] bpo-32592: Fix supported version for Windows Vista. --- Doc/using/windows.rst | 5 +++-- .../Documentation/2020-10-07-20-56-45.bpo-32592.xbIbP1.rst | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 Misc/NEWS.d/next/Documentation/2020-10-07-20-56-45.bpo-32592.xbIbP1.rst diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index d73abd2d31b4f0..a8e510e2aa9121 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -24,8 +24,9 @@ available for application-local distributions. As specified in :pep:`11`, a Python release only supports a Windows platform while Microsoft considers the platform under extended support. This means that Python |version| supports Windows 8.1 and newer. If you require Windows XP -support then please install Python 3.4. If you require Windows Vista or -Windows 7 then please install Python 3.8. +support then please install Python 3.4. If you require Windows Vista then +please install Python 3.6. If you require Windows 7 then please install +Python 3.8. There are a number of different installers available for Windows, each with certain benefits and downsides. diff --git a/Misc/NEWS.d/next/Documentation/2020-10-07-20-56-45.bpo-32592.xbIbP1.rst b/Misc/NEWS.d/next/Documentation/2020-10-07-20-56-45.bpo-32592.xbIbP1.rst new file mode 100644 index 00000000000000..3c2f65d7e846c8 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-10-07-20-56-45.bpo-32592.xbIbP1.rst @@ -0,0 +1,2 @@ +Update "Using Python on Windows" document. Commented for Windows Vista and +Windows 7. From 1e12f1c9891ef2d53df9ca6026f57cabd1663572 Mon Sep 17 00:00:00 2001 From: Hayao Suzuki Date: Wed, 7 Oct 2020 21:07:28 +0900 Subject: [PATCH 3/3] Remove trailing whitespace. --- Doc/using/windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst index a8e510e2aa9121..b902fc0be62769 100644 --- a/Doc/using/windows.rst +++ b/Doc/using/windows.rst @@ -25,7 +25,7 @@ As specified in :pep:`11`, a Python release only supports a Windows platform while Microsoft considers the platform under extended support. This means that Python |version| supports Windows 8.1 and newer. If you require Windows XP support then please install Python 3.4. If you require Windows Vista then -please install Python 3.6. If you require Windows 7 then please install +please install Python 3.6. If you require Windows 7 then please install Python 3.8. There are a number of different installers available for Windows, each with