[issue20074] open() of read-write non-seekable streams broken

Dolda2000 report at bugs.python.org
Fri Dec 27 21:37:38 CET 2013


Dolda2000 added the comment:

>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?

What purpose does that constraint serve? Is there any reason it shouldn't be relaxed?

It seems to work quite well without it in Python 2.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20074>
_______________________________________


More information about the Python-bugs-list mailing list