Greg Ewing <[EMAIL PROTECTED]> writes:

> The two variations we're considering would then be special
> cases of this:
>
>    f.read(0, num_bytes)         # current read() behaviour
>
>    f.read(num_bytes, num_bytes) # record-oriented read() behaviour

Current read() reads at least 1 byte.

-- 
   __("<         Marcin Kowalczyk
   \__/       [EMAIL PROTECTED]
    ^^     http://qrnik.knm.org.pl/~qrczak/
_______________________________________________
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