diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-06 13:52:17 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-06 13:52:17 (GMT) |
commit | dd07ebb44a9c5c632d1a8177fcf617b5af1250ec (patch) | |
tree | 5da058bef0a469ebf8f7c2ea130a2bdbefd216e8 /Misc | |
parent | 47137250ff31b8688ea1d988f993ac5fa57b5cc7 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |