Le 06/09/2011 07:50, Antoine Pitrou a écrit :
On Tue, 06 Sep 2011 01:53:32 +0200
victor.stinner<python-check...@python.org>  wrote:
http://hg.python.org/cpython/rev/b1e03d10391e
changeset:   72297:b1e03d10391e
user:        Victor Stinner<victor.stin...@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.

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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to