]> granicus.if.org Git - python/commit
Issue #14225: Fix Unicode support for curses (#12567) on OS X:
authorNed Deily <nad@acm.org>
Thu, 21 Jun 2012 06:47:14 +0000 (23:47 -0700)
committerNed Deily <nad@acm.org>
Thu, 21 Jun 2012 06:47:14 +0000 (23:47 -0700)
commit69192238ba5375c47ffa4b43726b117bcb31db9f
tree4dbd8c7f00839d2b09982b26c79d26d9b9f1d8f0
parentfd8a838d582e3495004036bc82e3e6fee91fa0ba
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
Misc/NEWS
setup.py