summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-08-02 11:45:24 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-08-02 11:45:24 (GMT)
commitff79486bb5e353dd32fa422ff65a595a3ff1b554 (patch)
tree8f41923225164f4ea7ed5329964550863ec220dd /Misc/NEWS
parent8a9080feffc757360d0d73e4173189586098ffb5 (diff)
downloadcpython-ff79486bb5e353dd32fa422ff65a595a3ff1b554.zip
cpython-ff79486bb5e353dd32fa422ff65a595a3ff1b554.tar.gz
cpython-ff79486bb5e353dd32fa422ff65a595a3ff1b554.tar.bz2
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 58a331d..4b3a65a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@ Core and Builtins
Library
-------
+- Issue #15519: Properly expose WindowsRegistryFinder in importlib (and use
+ the correct term for it). Original patch by Eric Snow.
+
- Issue #15502: Bring the importlib ABCs into line with the current state
of the import protocols given PEP 420. Original patch by Eric Snow.