summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fda335f..f4583df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,10 @@ Core and Builtins
Library
-------
+- Issue #7617: Make sure distutils.unixccompiler.UnixCCompiler recognizes
+ gcc when it has a fully qualified configuration prefix. Initial patch
+ by Arfrever.
+
- Issue #7105: Make WeakKeyDictionary and WeakValueDictionary robust against
the destruction of weakref'ed objects while iterating.