On Mon, Aug 20, 2012 at 11:42 PM, Antoine Pitrou <solip...@pitrou.net> wrote:
>> In the spirit of RawIO.write(), I think RawIO.writelines() could return
>> the number of bytes written (allowing for partial writes).

When dealing with a non-blocking IO what you normally do is use number
returned from the write call to make next call and try to write the
remaining part.

How is this supposed to work with writelines? What is the caller supposed to do?
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to