summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-08-06 13:40:48 (GMT)
committerNed Deily <nad@acm.org>2012-08-06 13:40:48 (GMT)
commita0abb4404a839787bc0791c7ea3b261fcd146652 (patch)
treedbb20c38076bb3e602e71083fe0caf737d698b3d /Misc/NEWS
parentdfca8c95c4b79241f521fba5eb7dd8d40354a884 (diff)
downloadcpython-a0abb4404a839787bc0791c7ea3b261fcd146652.zip
cpython-a0abb4404a839787bc0791c7ea3b261fcd146652.tar.gz
cpython-a0abb4404a839787bc0791c7ea3b261fcd146652.tar.bz2
Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries
to avoid curses.unget_wch bug present in older versions of ncurses such as those shipped with OS X.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5fa62fe..6f7b0fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -304,6 +304,10 @@ Tests
Build
-----
+- Issue #15037: Build OS X installers with local copy of ncurses 5.9 libraries
+ to avoid curses.unget_wch bug present in older versions of ncurses such as
+ those shipped with OS X.
+
- Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.
- Issue #8847: Disable COMDAT folding in Windows PGO builds.