diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-11 09:17:19 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-11 09:17:19 (GMT) |
commit | f63277d503855785984930395e55cc63a58e4643 (patch) | |
tree | 6f99b3e3e4ae0b0e0da9f330b49898efd316d24d /Misc/NEWS | |
parent | f8f05faaca2529932e300dfa7e432d4a2dbdd735 (diff) | |
download | cpython-f63277d503855785984930395e55cc63a58e4643.zip cpython-f63277d503855785984930395e55cc63a58e4643.tar.gz cpython-f63277d503855785984930395e55cc63a58e4643.tar.bz2 |
Merged revisions 73348 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r73348 | tarek.ziade | 2009-06-11 11:13:36 +0200 (Thu, 11 Jun 2009) | 1 line
#6263 fixed syntax error in distutils.cygwinccompiler
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -234,6 +234,8 @@ Core and Builtins Library ------- +- Issue #6263: Fixed syntax error in distutils.cygwincompiler. + - Issue #5201: distutils.sysconfig.parse_makefile() now understands `$$` in Makefiles. This prevents compile errors when using syntax like: `LDFLAGS='-rpath=\$$LIB:/some/other/path'`. Patch by Floris Bruynooghe. |