summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-01-11 09:26:54 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-01-11 09:26:54 (GMT)
commitb3b7d859b3c282ee3b573899ba831852642bb18d (patch)
tree155845efc1cba430d17027d4a2f1a303582d92a0 /Misc
parent14aa4599ed83e527bef45c165ded69753993d6dd (diff)
downloadcpython-b3b7d859b3c282ee3b573899ba831852642bb18d.zip
cpython-b3b7d859b3c282ee3b573899ba831852642bb18d.tar.gz
cpython-b3b7d859b3c282ee3b573899ba831852642bb18d.tar.bz2
Issue #4279: Fix build of parsermodule under Cygwin.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 969b770..d5f5b21 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -331,6 +331,8 @@ C-API
Extension Modules
-----------------
+- Issue #4279: Fix build of parsermodule under Cygwin.
+
- Issue #4051: Prevent conflict of UNICODE macros in cPickle.
- Issue #4228: Pack negative values the same way as 2.4 in struct's L format.