diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-03-21 19:25:26 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-03-21 19:25:26 (GMT) |
commit | 7a61ba9f0b4a4814209c5ba7294fa61879ec79c5 (patch) | |
tree | 0a0708e7851565cfb957f03b0fe3493a966ed4ae /Misc | |
parent | eb1361839204f7e85cdcbad934538beb8ac79a36 (diff) | |
download | cpython-7a61ba9f0b4a4814209c5ba7294fa61879ec79c5.zip cpython-7a61ba9f0b4a4814209c5ba7294fa61879ec79c5.tar.gz cpython-7a61ba9f0b4a4814209c5ba7294fa61879ec79c5.tar.bz2 |
Merged revisions 79218 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79218 | antoine.pitrou | 2010-03-21 20:19:41 +0100 (dim., 21 mars 2010) | 5 lines
Issue #1628484: The Makefile doesn't ignore the CFLAGS environment
variable anymore. It also forwards the LDFLAGS settings to the linker
when building a shared library.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -848,6 +848,10 @@ Extension Modules Build ----- +- Issue #1628484: The Makefile doesn't ignore the CFLAGS environment + variable anymore. It also forwards the LDFLAGS settings to the linker + when building a shared library. + - Issue #6716: Quote -x arguments of compileall in MSI installer. Exclude 2to3 tests from compileall. |