[Python-Dev] Could getpass use streams other than stdin?
Mike Brown
mike at skew.org
Fri Aug 13 00:35:00 CEST 2004
More information about the Python-Dev mailing list
Fri Aug 13 00:35:00 CEST 2004
- Previous message: [Python-Dev] Could getpass use streams other than stdin?
- Next message: [Python-Dev] Re: Could getpass use streams other than stdin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> def getpass(prompt='', stream=None) > if stream is None: > stream = sys.stdin > ... Of course I meant sys.stdout there.
- Previous message: [Python-Dev] Could getpass use streams other than stdin?
- Next message: [Python-Dev] Re: Could getpass use streams other than stdin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list