This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amc1
Recipients
Date 2002-09-09.14:05:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=39733

The function getpass_hack in the getpassfix module 
(referenced earlier) is a suitable alternative to the win_getpass 
function in the getpass module, but it should only be used if 
the operating system is Windows 95/98/ME (this is based on 
my observations so far).

If we have a nice Pythonic way of determining what operating 
system that Python is running on (say, by using Marc-Andre 
Lemburg's platform module: 
http://www.lemburg.com/files/python/platform.py), we could 
then provide a straightforward fix.
History
Date User Action Args
2007-08-23 14:00:48adminlinkissue546558 messages
2007-08-23 14:00:48admincreate