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

R. David Murray report at bugs.python.org
Thu Dec 26 21:22:57 CET 2013


R. David Murray added the comment:

I don't think getpass will fail, since it uses os.open, not open.

Presumably you can work around the problem by opening the stream twice: once for reading and once for writing.  I'll leave it to Antoine to say whether or not that is in fact the expected solution, or if this is a design bug.

----------
nosy: +pitrou, r.david.murray
versions: +Python 3.4 -Python 3.1

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


More information about the Python-bugs-list mailing list