summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-01-08 23:42:23 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-01-08 23:42:23 (GMT)
commitc25417f64467f00bc4f271f5979810ea13563a9f (patch)
tree4fe293c986d10bfde620165b28e3d03625a0f916 /Misc
parent5b77d6dfa39a0a7d6c3668c476b36e6d34cb96f3 (diff)
downloadcpython-c25417f64467f00bc4f271f5979810ea13563a9f.zip
cpython-c25417f64467f00bc4f271f5979810ea13563a9f.tar.gz
cpython-c25417f64467f00bc4f271f5979810ea13563a9f.tar.bz2
Fixed #7617: all flavors of gcc should be recognized now
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 97720bc..3536ff4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,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 #7092: Remove py3k warning when importing cPickle. 2to3 handles
renaming of `cPickle` to `pickle`. The warning was annoying since there's
no alternative to cPickle if you care about performance. Patch by Florent