diff options
author | Ned Deily <nad@acm.org> | 2012-08-06 13:40:48 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-08-06 13:40:48 (GMT) |
commit | a0abb4404a839787bc0791c7ea3b261fcd146652 (patch) | |
tree | dbb20c38076bb3e602e71083fe0caf737d698b3d /Misc/NEWS | |
parent | dfca8c95c4b79241f521fba5eb7dd8d40354a884 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |