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

Antoine Pitrou solipsis at pitrou.net
Tue Sep 6 07:50:19 CEST 2011


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.unget_wch() function
> 
> Push a character so the next get_wch() will return it.

Looks like you broke many buildbots.

Regards

Antoine.




More information about the Python-Dev mailing list