[Python-Dev] Could getpass use streams other than stdin? (original) (raw)
Mike Brown mike at skew.org
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 ]