[Tutor] re:Tutor] pausing and layout (getch() equivalent)

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Sat Jan 4 22:27:03 2003


On Sat, 4 Jan 2003, Tony Cappellini wrote:

> I 've found this recently- which is the equivalent for getch(), which will
> effectively pause until the user presses a key.
> There are a version for windows & unix.
>
>    http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/134892

Hi Tony,

But it's buggy on Windows platforms; Poor Yorick caught me on a bad day.
*grin*

    http://mail.python.org/pipermail/tutor/2002-December/019508.html


Can anyone confirm that the fix at:

     http://mail.python.org/pipermail/tutor/2002-December/019516.html

is doing the right thing?