summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-07-16 16:18:19 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-07-16 16:18:19 (GMT)
commitf8926b2efeb1cd719736c42a14e2a92558c81aed (patch)
tree393cdcff8d8b588f4549430923e90dade43d9495 /Misc
parent0027d4b4feda9c4e8e2cfa30dcb19cc126706c84 (diff)
downloadcpython-f8926b2efeb1cd719736c42a14e2a92558c81aed.zip
cpython-f8926b2efeb1cd719736c42a14e2a92558c81aed.tar.gz
cpython-f8926b2efeb1cd719736c42a14e2a92558c81aed.tar.bz2
Merged revisions 74024 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r74024 | tarek.ziade | 2009-07-16 17:35:45 +0200 (Thu, 16 Jul 2009) | 1 line #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f94ff17..e886a01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -901,6 +901,11 @@ Core and Builtins
Library
-------
+- Issue #6466: now distutils.cygwinccompiler and distutils.emxccompiler
+ uses the same refactored function to get gcc/ld/dllwrap versions numbers.
+ It's `distutils.util.get_compiler_versions`. Added deprecation warnings
+ for the obsolete get_versions() functions.
+
- Issue #6459: distutils.command.build_ext.get_export_symbols now uses the
"PyInit" prefix, rather than "init".