]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use the getpass module instead of having platform-specific echo on/off
authorGuido van Rossum <guido@python.org>
Fri, 12 Jun 1998 14:21:13 +0000 (14:21 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Jun 1998 14:21:13 +0000 (14:21 +0000)
commitae9ee7329d350b57a2d7b835e4e77a00b67e21b6
tree5b17b9b3db1590371f3bdc7d175c9ed0f0d7801b
parentc8f859a487c375983ec48102b108001a65d38e4b
Use the getpass module instead of having platform-specific echo on/off
code here.
Lib/urllib.py