[Python-Dev] cpython: Issue #12567: Add curses.unget_wch() function (original) (raw)

Victor Stinner victor.stinner at haypocalc.com
Tue Sep 6 10:10:31 CEST 2011


Le 06/09/2011 07:50, Antoine Pitrou a écrit :

On Tue, 06 Sep 2011 01:53:32 +0200 victor.stinner<python-checkins at python.org> wrote:

http://hg.python.org/cpython/rev/b1e03d10391e changeset: 72297:b1e03d10391e user: Victor Stinner<victor.stinner at haypocalc.com> date: Tue Sep 06 01:53:03 2011 +0200 summary: Issue #12567: Add curses.ungetwch() function

Push a character so the next getwch() will return it. Looks like you broke many buildbots.

Oh, thanks to notify me. I expected failures, but I also forgot the skip the test if the function is missing.

I wrote an huge patch for this module to improve Unicode support, but I chose to split it into smaller patches. Because a single function broke most buildbots, it was a good idea :-)

Victor



More information about the Python-Dev mailing list