]> granicus.if.org Git - python/commit
When sys.stdin.fileno() doesn't work, fall back to default_getpass()
authorGuido van Rossum <guido@python.org>
Mon, 21 Sep 1998 20:00:35 +0000 (20:00 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 21 Sep 1998 20:00:35 +0000 (20:00 +0000)
commitef0056ae1a5f6dd2cc10505fb10e7653418d7f1f
tree001fc82c711a4276f0782cafe0d292249b4bad14
parent5fb2631ff9ca398aea45e001b1b97e9208ca2e9b
When sys.stdin.fileno() doesn't work, fall back to default_getpass()
-- don't just die.
Lib/getpass.py