diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-11 09:25:41 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-11 09:25:41 (GMT) |
commit | ff5433602ae6fba401eb8d4bcbf2101710e02aac (patch) | |
tree | 47f611f78ca1be1bd5a2bdc864a099f91278b33d /Misc | |
parent | a8b5a14fe2e60d9ef0a72d7b64aa1fefb6389134 (diff) | |
download | cpython-ff5433602ae6fba401eb8d4bcbf2101710e02aac.zip cpython-ff5433602ae6fba401eb8d4bcbf2101710e02aac.tar.gz cpython-ff5433602ae6fba401eb8d4bcbf2101710e02aac.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')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -772,6 +772,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. |