Éric Araujo <[email protected]> added the comment: > I believe you are right that the io module does not support intermixing calls > to the main object and its buffer attribute
I’ve learned in a recent discussion on web-sig that you can mix them, provided that you call stream.flush() before using stream.buffer. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4953> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
