Hi, 2011/6/8 Paolo Basso <[email protected]>: > if msvcrt.kbhit(): > AttributeError: 'module' object has no attribute 'kbhit'
The msvcrt module is implemented in pure Python (in pypy_lib/msvcrt.py) This function seems easy to add. Patches are welcome! -- Amaury Forgeot d'Arc _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
