]> granicus.if.org Git - python/commit
Close #14223: curses.addch() is no more limited to the range 0-255 when the
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Mar 2012 01:08:48 +0000 (02:08 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Mar 2012 01:08:48 +0000 (02:08 +0100)
commit8f40860944aab8ffbd99088fd483f5124c5046d0
tree7d890161e7592c84a89e5036a5966398d2afc85e
parent9a6338651eb2f474661602a81ee42958fd42d5d4
Close #14223: curses.addch() is no more limited to the range 0-255 when the
Python curses is not linked to libncursesw. It was a regression introduced in
Python 3.3a1.
Misc/NEWS
Modules/_cursesmodule.c