diff options
author | Ned Deily <nad@acm.org> | 2012-06-21 06:47:14 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-06-21 06:47:14 (GMT) |
commit | 69192238ba5375c47ffa4b43726b117bcb31db9f (patch) | |
tree | 4dbd8c7f00839d2b09982b26c79d26d9b9f1d8f0 /Misc | |
parent | fd8a838d582e3495004036bc82e3e6fee91fa0ba (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |