summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-07-06 13:52:17 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-07-06 13:52:17 (GMT)
commitdd07ebb44a9c5c632d1a8177fcf617b5af1250ec (patch)
tree5da058bef0a469ebf8f7c2ea130a2bdbefd216e8 /Misc
parent47137250ff31b8688ea1d988f993ac5fa57b5cc7 (diff)
downloadcpython-dd07ebb44a9c5c632d1a8177fcf617b5af1250ec.zip
cpython-dd07ebb44a9c5c632d1a8177fcf617b5af1250ec.tar.gz
cpython-dd07ebb44a9c5c632d1a8177fcf617b5af1250ec.tar.bz2
Merged revisions 73864 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73864 | tarek.ziade | 2009-07-06 14:50:46 +0200 (Mon, 06 Jul 2009) | 1 line Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option) ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9acccd4..2e04011 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -878,6 +878,9 @@ Core and Builtins
Library
-------
+- Issue #6377: Enabled the compiler option, and deprecate its usage as an
+ attribute.
+
- Issue #6413: Fixed the log level in distutils.dist for announce.
- Issue #6403: Fixed package path usage in build_ext.