summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-08-07 17:49:40 (GMT)
committerGitHub <noreply@github.com>2019-08-07 17:49:40 (GMT)
commit1fab9cbfbaf19a7bc79cef382136fcf9491e3183 (patch)
treee2bc818c366fbc21df363455a1e6b51c0676d5ae /Misc
parent362f5350eb5e2c7bfb0b0a8c306a2e128c3aee93 (diff)
downloadcpython-1fab9cbfbaf19a7bc79cef382136fcf9491e3183.zip
cpython-1fab9cbfbaf19a7bc79cef382136fcf9491e3183.tar.gz
cpython-1fab9cbfbaf19a7bc79cef382136fcf9491e3183.tar.bz2
bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-08-06-09-35-12.bpo-37734.EoJ9Nh.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-08-06-09-35-12.bpo-37734.EoJ9Nh.rst b/Misc/NEWS.d/next/Windows/2019-08-06-09-35-12.bpo-37734.EoJ9Nh.rst
new file mode 100644
index 0000000..51feecb
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-08-06-09-35-12.bpo-37734.EoJ9Nh.rst
@@ -0,0 +1 @@
+Fix use of registry values to launch Python from Microsoft Store app.