From 98d9fd3e68075ce6fe7642ed8793c1abee69edf6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 28 Feb 2000 15:12:25 +0000 Subject: Simple changes by Gerrit Holl - move author acknowledgements out of docstrings into comments. --- Lib/getpass.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Lib/getpass.py') diff --git a/Lib/getpass.py b/Lib/getpass.py index 19843d73c5..b81026f6ab 100644 --- a/Lib/getpass.py +++ b/Lib/getpass.py @@ -6,10 +6,11 @@ getuser() - get the user name from the environment or password database On Windows, the msvcrt module will be used. On the Mac EasyDialogs.AskPassword is used, if available. -Authors: Piers Lauder (original) - Guido van Rossum (Windows support and cleanup) """ +# Authors: Piers Lauder (original) +# Guido van Rossum (Windows support and cleanup) + import sys def unix_getpass(prompt='Password: '): -- cgit v1.2.1