commit | 4b536d477168713c5979140efa114b4a927f17de | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Mar 31 23:53:07 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Mar 31 23:53:07 2012 +0200 |
tree | 0d78236a082b66c85a75e11a857a7fa5cf68768d | |
parent | 6ca845c66a726b3db128b6a64d88d74628792950 [diff] [blame] |
Issue #14437: Fix building the _io module under Cygwin.
diff --git a/Misc/NEWS b/Misc/NEWS index 1fab8fd..9c848e4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -78,6 +78,11 @@ - Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils on Windows. +Build +----- + +- Issue #14437: Fix building the _io module under Cygwin. + What's New in Python 2.7.3 release candidate 2? ===============================================