New submission from Matanya Stroh <matanya.st...@gmail.com>:

I saw some questions about it in stackoverflow (links below), and also find it 
very useful to have the ability to print asterisks.
Some users, find it disturbing when they don't have any indication that 
password is typed, and it will be helpful to have it.

I know that it's have some risks exposing the number of chars to the password, 
but I think it's worth it.

When using Jupyter (notebook server is 4.3.1) the password does echoed as "*", 
but not in Python IDE in linux and Windows

1) 
https://stackoverflow.com/questions/10990998/how-to-have-password-echoed-as-asterisks
2) 
https://stackoverflow.com/questions/7838564/how-to-read-password-with-echo-in-python-console-program

----------
components: Library (Lib)
messages: 312410
nosy: matanya.stroh
priority: normal
severity: normal
status: open
title: Adding the ability for getpass to print asterisks when passowrd is typed
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32884>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to