Re: [Tutor] getpass

2012-06-16 Thread Alan Gauld
On 16/06/12 06:44, Mike Nickey wrote: "Prompt the user for a password without echoing." -- http://www.python.org/doc//current/library/getpass.html However when I run it in Eclipse, the password is clear as day. Remember Eclipse is a development environment not aruntime environment. Like all I

Re: [Tutor] getpass

2012-06-15 Thread Steven D'Aprano
Mike Nickey wrote: Hey all, I'm working on a bit of code here and I'm having an issue with getpass. In the documentation, it says it hides the text entered "Prompt the user for a password without echoing." -- http://www.python.org/doc//current/library/getpass.html However when I run it in Ecli

[Tutor] getpass

2012-06-15 Thread Mike Nickey
Hey all, I'm working on a bit of code here and I'm having an issue with getpass. In the documentation, it says it hides the text entered "Prompt the user for a password without echoing." -- http://www.python.org/doc//current/library/getpass.html However when I run it in Eclipse, the password is