Antoine Pitrou <pit...@free.fr> added the comment: > On a second thought... is there another example where a *blocking* > stream does not write all the data without raising an exception?
It can happen with pipes or sockets, if some buffer can only store part of the data. Or any regular stream if a signal is received after part of the data has been written. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9611> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com