R. David Murray added the comment:

Having buffering doesn't make the stream seekable.  So the question is, is the 
*design* of the IO module that '+' requires a seekable stream the best 
behavior, or can that constraint be relaxed?  You have to keep in mind that the 
IO module is a bunch of building blocks, which are plugged together 
automatically for the most common scenarios.  The goal is a portable, 
consistent IO system, not one that completely mimics unix/C IO primitives.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20074>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to