[Eric] getpass in Eric console

Hans-Peter Jansen hpj at urpla.net
Tue Mar 14 13:01:24 GMT 2017


Hi Detlev,

using Eric 17.03, something strange happens, when attempting to debug scripts 
that use getpass.

Here's, what happened, when calling it manually (in console). 
I've entered '12345' all three times:

>>> import getpass
>>> getpass.getpass("PW:")
PW:
'45'
>>> getpass.getpass("PW:")
PW:
'4512345'
>>> getpass.getpass("PW:")
PW:
'451234512345'
>>> 

Cheers,
Pete


More information about the Eric mailing list