| commit | b5903ac9fb67fd7f32aa223c5ed158ad6bb5293a | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Thu Apr 09 20:37:16 1998 +0000 |
| committer | Guido van Rossum <guido@python.org> | Thu Apr 09 20:37:16 1998 +0000 |
| tree | 1cdf34c198f9bf4570225ce5d016c14c045ffc11 | |
| parent | f2da4ed48b2cda073d6e5ea867eaa65559a69aef [diff] |
Another new utility: getpass() prompts for a password, with echo off. Also contains getuser(), which returns the username (not prompting though). These work on Unix and Windows!