summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-09-12 17:16:50 (GMT)
committerGitHub <noreply@github.com>2019-09-12 17:16:50 (GMT)
commited93a8852d120c5a3606720edc723bf5aa6a1fc2 (patch)
tree51de956f302e08ddce5c0a0ce1797628a52df9ca /Misc
parent2b2ead74382513d0bb9ef34504e283a71e6a706f (diff)
downloadcpython-ed93a8852d120c5a3606720edc723bf5aa6a1fc2.zip
cpython-ed93a8852d120c5a3606720edc723bf5aa6a1fc2.tar.gz
cpython-ed93a8852d120c5a3606720edc723bf5aa6a1fc2.tar.bz2
bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-09-12-12-05-55.bpo-38133.yFeRGS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-09-12-12-05-55.bpo-38133.yFeRGS.rst b/Misc/NEWS.d/next/Windows/2019-09-12-12-05-55.bpo-38133.yFeRGS.rst
new file mode 100644
index 0000000..3fbf016
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-09-12-12-05-55.bpo-38133.yFeRGS.rst
@@ -0,0 +1,2 @@
+Allow py.exe launcher to locate installations from the Microsoft Store and
+improve display of active virtual environments.