[Python-checkins] CVS: /python/dist/src/Lib getpass.py

Jeremy Hylton jhylton@cnri.reston.va.us
Mon, 18 Oct 1999 18:25:23 -0400 (EDT)


Update of /projects/cvsroot//python/dist/src/Lib
In directory bitdiddle:/local/home/jhylton/local/python/src/Lib

Modified Files:
	getpass.py 
Log Message:
print a warning if the password will be echoed.

At import time, getpass will be bound to the appropriate
platform-specific function.  If the platform's echo-disabler is not
available, default_getpass, which prints the warning, will be used