diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-11-24 05:02:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 05:02:32 (GMT) |
commit | ae065f83625f3abcf75d928f405e05582fc035b4 (patch) | |
tree | 4b8f6f658e0478dc1119c23a48cb8299eefd91a7 /Misc/NEWS.d | |
parent | 327c764fa2a032e34dc268164c3c9c2f95b978c4 (diff) | |
download | cpython-ae065f83625f3abcf75d928f405e05582fc035b4.zip cpython-ae065f83625f3abcf75d928f405e05582fc035b4.tar.gz cpython-ae065f83625f3abcf75d928f405e05582fc035b4.tar.bz2 |
bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
(cherry picked from commit f9de97aae5fe9dafb58a8099171f4a09c449f4e8)
Co-authored-by: Zachary Ware <zach@python.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2021-11-23-11-44-42.bpo-45616.K52PLZ.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2021-11-23-11-44-42.bpo-45616.K52PLZ.rst b/Misc/NEWS.d/next/Windows/2021-11-23-11-44-42.bpo-45616.K52PLZ.rst new file mode 100644 index 0000000..000f2fd --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2021-11-23-11-44-42.bpo-45616.K52PLZ.rst @@ -0,0 +1,4 @@ +Fix Python Launcher's ability to distinguish between versions 3.1 and 3.10 +when either one is explicitly requested. Previously, 3.1 would be used if +3.10 was requested but not installed, and 3.10 would be used if 3.1 was +requested but 3.10 was installed. |