summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 46ab90e..a7a0e5c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.