[issue6295] curses doc : getch is blocking by default

2009-06-17 Thread Georg Brandl
Georg Brandl added the comment: I've committed a similar change in r73462. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue6295] curses doc : getch is blocking by default

2009-06-17 Thread nojhan
New submission from nojhan : The documentation of the curses module is not clear on the fact that getch is blocking by default: http://docs.python.org/3.0/library/curses.html#curses.window.getch I suggest the following description instead of the current one: "Get a character. Note that the integ