Mercurial > bitten > bitten-test
log
age | author | description |
---|---|---|
Tue, 20 Sep 2005 17:19:31 +0000 | cmlenz | Removed the use of the `fcntl` module to make the file IO non-blocking in the `CommandLine` class. Instead, use the functions `os.read()` and `os.write()`, which should only block when no data is available -- and that cannot happen because of the preceding `select()`. |
Tue, 20 Sep 2005 16:31:03 +0000 | cmlenz | Follow-up to [219]: Input to processes now also implemented for Windows. |