[Eric] getpass in Eric console

Hans-Peter Jansen hpj at urpla.net
Wed Mar 15 06:27:46 GMT 2017


On Dienstag, 14. März 2017 15:12:45 Detlev Offenbach wrote:
> Hi Pete,
> 
> that was a good one. It was actually two issues in one. The fix will be in
> the next release. If it is needed urgently please get it from the source
> code repository.

Glad, you found it. 

I was able to work around and solve the issue, that I was hunting while 
stumbling over this...

Happily awaiting your next release.

Thank you,
Pete

> Detlev
> 
> Am Dienstag, 14. März 2017, 14:01:24 CET schrieb Hans-Peter Jansen:
> > 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
> > _______________________________________________
> > Eric mailing list
> > Eric at riverbankcomputing.com
> > https://www.riverbankcomputing.com/mailman/listinfo/eric



More information about the Eric mailing list