[issue7246] getpass raises IOError when several returns are in stdin before getpass was called
Avihu Turzion added the comment: Great. Thanks :) -- ___ Python tracker <http://bugs.python.org/issue7246> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue7246] getpass crashes when several returns are in stdin before getpass was called
New submission from Avihu Turzion : When I have the following code: blah.py === import getpass nothing = getpass.getpass("blah:") And I run it like so: >>> sleep 5 ./blah.py (I write the ./blah.py and returns while the sleep occurs) I get the following stack-trac