In <[EMAIL PROTECTED]>, gz wrote: > So how do i stop python from trying to be smart and just read *at most* > 1000 chars and let it go if he(it?*) reads less?
For low level file stuff use the functions in the `os` module, i.e.
`os.read()`.
> p.s *is python a "he" or an "it"?
I'd say "it".
Ciao,
Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list
