summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-10-03 15:31:21 (GMT)
committerGitHub <noreply@github.com>2019-10-03 15:31:21 (GMT)
commit353fb1ecbfd58752dabae115c4964095e1e35e5f (patch)
tree727229cbf8102514ac48fef8ebec49db1a0e8717 /Misc
parenta0e3d27e4e3cb5b67e325df080fb18b70c2910cf (diff)
downloadcpython-353fb1ecbfd58752dabae115c4964095e1e35e5f.zip
cpython-353fb1ecbfd58752dabae115c4964095e1e35e5f.tar.gz
cpython-353fb1ecbfd58752dabae115c4964095e1e35e5f.tar.bz2
bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-10-03-08-04-14.bpo-38359.wzwsl_.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-10-03-08-04-14.bpo-38359.wzwsl_.rst b/Misc/NEWS.d/next/Windows/2019-10-03-08-04-14.bpo-38359.wzwsl_.rst
new file mode 100644
index 0000000..ab6f29b
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-10-03-08-04-14.bpo-38359.wzwsl_.rst
@@ -0,0 +1 @@
+Ensures ``pyw.exe`` launcher reads correct registry key.