summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-12-12 19:19:03 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-12-12 19:19:03 (GMT)
commit21e033466ba4712e0b1ade5b5756a1e8ad3dcdac (patch)
treeeb0c98c264e72355e6bec8373e24de263cfaa21e /Misc
parent3603d1858926524eb03bf28a9b2e16052bc58586 (diff)
parent10beb3cfef97d162b49b95c538c69c17a20bc910 (diff)
downloadcpython-21e033466ba4712e0b1ade5b5756a1e8ad3dcdac.zip
cpython-21e033466ba4712e0b1ade5b5756a1e8ad3dcdac.tar.gz
cpython-21e033466ba4712e0b1ade5b5756a1e8ad3dcdac.tar.bz2
Issue #28896: Disable WindowsRegistryFinder by default.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07f059f..baa2d5e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -474,7 +474,7 @@ Library
Windows
-------
-- Issue #28896: Deprecate WindowsRegistryFinder
+- Issue #28896: Deprecate WindowsRegistryFinder and disable it by default
- Issue #28522: Fixes mishandled buffer reallocation in getpathp.c