STINNER Victor added the comment: There was a discussion to use an adaptative implementation depending *how* the API is used. Write only is different than write, seek back, write, read, seek, etc.
The idea was used unicode writer when it's the most efficient, write only, and switch to something else (ex: current code) when other methods are used. See bpo-15612. ---------- nosy: +haypo, pitrou _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue30815> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com