> On my machine if I type the following two lines at interactive
> prompt, PythonWin
> locks up and must be terminated. When I run from DOS prompt it
> works properly.
> Is it just my machine or does it act this way for others?
Without even trying it, I can guarantee is locks up for everyone :(
On my machine if I type the following two lines at interactive prompt, PythonWin
locks up and must be terminated. When I run from DOS prompt it works properly.
Is it just my machine or does it act this way for others?
>>> import getpass
>>> pw=getpass.getpass("Input Password? ")
-Larry
__