how to check how many bytes are available to read() ?
Andreas Ulbrich
ulbi at ivs.tu-berlin.de
Fri Mar 15 04:26:00 EST 2002
More information about the Python-list mailing list
Fri Mar 15 04:26:00 EST 2002
- Previous message (by thread): how to check how many bytes are available to read() ?
- Next message (by thread): how to check how many bytes are available to read() ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Grant Edwards wrote: > > If f is a pipe, then you can use select -- at least under Unix. > I don't know about Windows. > Lib ref. says that this will only work for sockets on Windows.
- Previous message (by thread): how to check how many bytes are available to read() ?
- Next message (by thread): how to check how many bytes are available to read() ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list