[issue25720] Fix curses module compilation with ncurses6

Chi Hsuan Yen report at bugs.python.org
Tue Oct 4 11:32:50 EDT 2016


Chi Hsuan Yen added the comment:

is_pad is added in ncurses 5.7-20090906 [1]. At least Mac OS X still ships ancient ncurses 5.7-20081102 [2], so an check in configure.ac is necessary. I'm trying it out.

[1] http://invisible-island.net/ncurses/NEWS.html#t20090906
[2] http://opensource.apple.com//source/ncurses/ncurses-46/ncurses/NEWS

----------
nosy: +Chi Hsuan Yen

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25720>
_______________________________________


More information about the Python-bugs-list mailing list