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 esrever_otua
Recipients
Date 2005-07-06.21:36:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
getpass.getpass() on *nix platforms allows users to
input unicode characters and other NLS input. 
getpass.getpass() on Windows only allows ASCII input in
the 0-127 codepage range.  This means that getpass can
not be used cross-platform for complex passwords.
History
Date User Action Args
2008-01-20 09:57:56adminlinkissue1233785 messages
2008-01-20 09:57:56admincreate