>>>>> "tomer" == tomer filiba <[EMAIL PROTECTED]> writes:
    > read(x) guarantees to return x bytes, or EOFError otherwise (and
    > also restoing the stream position).

This would require arbitrarily large buffer for a socket stream.  I'm
unsure if that's desiable.  Maybe you could move the buffering up to
a reader and leave the basic stream interface unbuffered (i.e. no
backrolling)?
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to