[Python-Dev] getch() in msvcrt does not accept extended characters. (original) (raw)
Jeff Epler jepler at unpythonic.net
Tue Jul 5 20:34:47 CEST 2005
- Previous message: [Python-Dev] List copy and clear (was Re: Inconsistent API for sets.Set and build-in set)
- Next message: [Python-Dev] using pyhon from the MSYS shell
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Whatever it is that you need 'getch' to do, can't you incorporate it first in an extension module you bundle with your application or library, rather than using the (broken?) wrapper in the msvcrt module?
Jeff -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://mail.python.org/pipermail/python-dev/attachments/20050705/48e5875c/attachment.pgp
- Previous message: [Python-Dev] List copy and clear (was Re: Inconsistent API for sets.Set and build-in set)
- Next message: [Python-Dev] using pyhon from the MSYS shell
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]