On Dec 30, 11:53 am, David Lemper wrote:
> I am trying getch() from msvcrt.
Unfortunately the msvcrt docs have not been 2to3ified:
"""
msvcrt.getch()
Read a keypress and return the resulting character. Nothing is echoed
to the console. This call will block if a keypress is not already
available, b
On Mon, 29 Dec 2008 18:53:45 -0600, David Lemper wrote:
> I am trying getch() from msvcrt. The following module has been run with
> 3 different concatination statements and none yield a satisfactory
> result.Python 3.0
Your first problem is that you've run into the future of computing:
str