summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-12-08 17:01:39 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-12-08 17:01:39 (GMT)
commit3b3a7c01bca9729a8e516dc0b045663c72456401 (patch)
tree4260ce65b51010eb87998a67704b2283f4407d8e /Misc
parent808e47ee0cb369680b4edb641989f870de71da49 (diff)
parent20367420c8b32602a550834fa3fb061a9d9a3b55 (diff)
downloadcpython-3b3a7c01bca9729a8e516dc0b045663c72456401.zip
cpython-3b3a7c01bca9729a8e516dc0b045663c72456401.tar.gz
cpython-3b3a7c01bca9729a8e516dc0b045663c72456401.tar.bz2
Issue #28896: Deprecate WindowsRegistryFinder
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e0cb0b7..f992fab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -457,6 +457,8 @@ Library
Windows
-------
+- Issue #28896: Deprecate WindowsRegistryFinder
+
- Issue #28522: Fixes mishandled buffer reallocation in getpathp.c
- Issue #28402: Adds signed catalog files for stdlib on Windows.