amleszk / appdailysales

Automatically exported from code.google.com/p/appdailysales
0 stars 0 forks source link

Use getpass for stdin password entry #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current password entry using sys.stdin.read() is a bit clunky since there's 
no prompt and I'm not sure how to end input.  A one-line change to 
getpass.getpass() would make this much nicer.

Original issue reported on code.google.com by danieldickison@gmail.com on 16 Sep 2010 at 2:26

GoogleCodeExporter commented 8 years ago

Original comment by kirbyt.w...@gmail.com on 16 Sep 2010 at 10:51

GoogleCodeExporter commented 8 years ago
Added to version 2.1. Thanks for the suggestion.

Original comment by kirbyt.w...@gmail.com on 16 Sep 2010 at 11:38

GoogleCodeExporter commented 8 years ago

Original comment by kirbyt.w...@gmail.com on 16 Sep 2010 at 11:38