This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients avihu, gregory.p.smith
Date 2009-11-01.17:54:03
SpamBayes Score 1.1224122e-10
Marked as misclassified No
Message-id <1257098047.98.0.796804159612.issue7246@psf.upfronthosting.co.za>
In-reply-to
Content
ah i misread your example.  the following works to reproduce it:


Python 2.6.2 (release26-maint, Apr 19 2009, 01:56:41) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import time, getpass
>>> time.sleep(5)
getpass.getpass()  


>>> getpass.getpass()
Password: Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/getpass.py", line 81, in unix_getpass
    stream.write('\n')
IOError: [Errno 29] Illegal seek
History
Date User Action Args
2009-11-01 17:54:08gregory.p.smithsetrecipients: + gregory.p.smith, avihu
2009-11-01 17:54:07gregory.p.smithsetmessageid: <1257098047.98.0.796804159612.issue7246@psf.upfronthosting.co.za>
2009-11-01 17:54:03gregory.p.smithlinkissue7246 messages
2009-11-01 17:54:03gregory.p.smithcreate