summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2020-03-30 16:04:45 (GMT)
committerGitHub <noreply@github.com>2020-03-30 16:04:45 (GMT)
commit676b105111e2399ed400cd13ab113f9aa891760d (patch)
tree1a89af60a005e6829ec3d99535f2a03cf6162563 /Misc
parent53e4c91725083975598350877e2ed8e2d0194114 (diff)
downloadcpython-676b105111e2399ed400cd13ab113f9aa891760d.zip
cpython-676b105111e2399ed400cd13ab113f9aa891760d.tar.gz
cpython-676b105111e2399ed400cd13ab113f9aa891760d.tar.bz2
bpo-8901: Windows registry path is now ignored with the -E option (GH-18169)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2020-01-24-09-15-41.bpo-8901.hVnhGO.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2020-01-24-09-15-41.bpo-8901.hVnhGO.rst b/Misc/NEWS.d/next/Windows/2020-01-24-09-15-41.bpo-8901.hVnhGO.rst
new file mode 100644
index 0000000..1d452cf
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2020-01-24-09-15-41.bpo-8901.hVnhGO.rst
@@ -0,0 +1 @@
+Ignore the Windows registry when the ``-E`` option is used.