[Python-Dev] cpython: Issue #12567: Add curses.unget_wch() function (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Tue Sep 6 07:50:19 CEST 2011
- Previous message: [Python-Dev] [Python-checkins] cpython (3.2): Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character
- Next message: [Python-Dev] cpython: Issue #12567: Add curses.unget_wch() function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
Regards
Antoine.
- Previous message: [Python-Dev] [Python-checkins] cpython (3.2): Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character
- Next message: [Python-Dev] cpython: Issue #12567: Add curses.unget_wch() function
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]