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