]> granicus.if.org Git - python/commit
Made it real. Changed locking() to work with file descriptors instead
authorGuido van Rossum <guido@python.org>
Wed, 13 Aug 1997 19:57:53 +0000 (19:57 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Aug 1997 19:57:53 +0000 (19:57 +0000)
commit407a22d2ce326e2bbb7f0bdfc4609457ec9f51df
tree2850c94cf479c421d5fbb1d149d9de95cc546291
parent8f1b6519803ffa7aef45beb58bda654533cb1fa8
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().
PC/msvcrtmodule.c