summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-06-21 06:47:14 (GMT)
committerNed Deily <nad@acm.org>2012-06-21 06:47:14 (GMT)
commit69192238ba5375c47ffa4b43726b117bcb31db9f (patch)
tree4dbd8c7f00839d2b09982b26c79d26d9b9f1d8f0 /Misc
parentfd8a838d582e3495004036bc82e3e6fee91fa0ba (diff)
downloadcpython-69192238ba5375c47ffa4b43726b117bcb31db9f.zip
cpython-69192238ba5375c47ffa4b43726b117bcb31db9f.tar.gz
cpython-69192238ba5375c47ffa4b43726b117bcb31db9f.tar.bz2
Issue #14225: Fix Unicode support for curses (#12567) on OS X:
1. on OS X, there is no separate /usr/lib/libcursesw nor libpanelw 2. _XOPEN_SOURCE_EXTENDED must be enabled for _curses build
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 c919c69..211599d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -165,6 +165,8 @@ Tests
Build
-----
+- Issue #14225: Fix Unicode support for curses (#12567) on OS X
+
- Issue #14928: Fix importlib bootstrap issues by using a custom executable
(Modules/_freeze_importlib) to build Python/importlib.h.