commit | 407a22d2ce326e2bbb7f0bdfc4609457ec9f51df | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 13 19:57:53 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 13 19:57:53 1997 +0000 |
tree | 2850c94cf479c421d5fbb1d149d9de95cc546291 | |
parent | 8f1b6519803ffa7aef45beb58bda654533cb1fa8 [diff] |
Made it real. Changed locking() to work with file descriptors instead of Python file objects. Added open_osfhandle() (Mark had done some work for that), get_osfhandle(), setmode(), and the console I/O functions kbhit(), getch(), getche(), ungetch(), and putch().