summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2023-02-01 21:06:56 (GMT)
committerGitHub <noreply@github.com>2023-02-01 21:06:56 (GMT)
commiteda60916bc88f8af736790ffd52381e8bb83ae83 (patch)
tree24bcfba2a7ec4d83ab5154a332c73ae3e7be9e01 /Misc
parentb91b42d236c81bd7cbe402b322c82bfcd0d883a1 (diff)
downloadcpython-eda60916bc88f8af736790ffd52381e8bb83ae83.zip
cpython-eda60916bc88f8af736790ffd52381e8bb83ae83.tar.gz
cpython-eda60916bc88f8af736790ffd52381e8bb83ae83.tar.bz2
gh-101467: Correct py.exe handling of prefix matches and cases when only one runtime is installed (GH-101468)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2023-01-31-16-50-07.gh-issue-101467.ye9t-L.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2023-01-31-16-50-07.gh-issue-101467.ye9t-L.rst b/Misc/NEWS.d/next/Windows/2023-01-31-16-50-07.gh-issue-101467.ye9t-L.rst
new file mode 100644
index 0000000..4d4da05
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2023-01-31-16-50-07.gh-issue-101467.ye9t-L.rst
@@ -0,0 +1,3 @@
+The ``py.exe`` launcher now correctly filters when only a single runtime is
+installed. It also correctly handles prefix matches on tags so that ``-3.1``
+does not match ``3.11``, but would still match ``3.1-32``.