diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-11 09:13:36 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-11 09:13:36 (GMT) |
commit | c7498f5aabc72fbd30c29845e2d501eb30127069 (patch) | |
tree | e51098ca0440bab7dc1d4e0cfb609bab304f634e /Misc | |
parent | 2d36afd15e9212139a49fa0e66052fbecca499a1 (diff) | |
download | cpython-c7498f5aabc72fbd30c29845e2d501eb30127069.zip cpython-c7498f5aabc72fbd30c29845e2d501eb30127069.tar.gz cpython-c7498f5aabc72fbd30c29845e2d501eb30127069.tar.bz2 |
#6263 fixed syntax error in distutils.cygwinccompiler
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -317,6 +317,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. |