[issue32884] Adding the ability for getpass to print asterisks when password is typed

2021-08-09 Thread Andrei Kulakov


Andrei Kulakov  added the comment:

Unfortunately modern laptop keyboards have almost no key travel and barely any 
tactile feedback [*]. Users on such keyboards really do need feedback for each 
key pressed. Not providing an option for such feedback is in effect forcing 
users to choose maximally weak password.

[*] worse, a large proportion of MBP keyboards produced in the last few years 
have the notoriously bad 'butterfly' key design that occasionally duplicates 
and swallows keypresses. Yes, a trillion dollar company can't make a functional 
keyboard.

--
nosy: +andrei.avk

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32884] Adding the ability for getpass to print asterisks when password is typed

2020-08-08 Thread Jeffrey Kintscher


Jeffrey Kintscher  added the comment:

This is easy to implement for Windows (as shown), but the unix implementation 
uses io.TextIOWrapper.readline() to get the password input.  The unix 
implementation would have to be rewritten to provide the same functionality.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32884] Adding the ability for getpass to print asterisks when password is typed

2020-08-07 Thread Jeffrey Kintscher


Change by Jeffrey Kintscher :


--
nosy: +Jeffrey.Kintscher

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32884] Adding the ability for getpass to print asterisks when password is typed

2020-06-24 Thread Joshua Bronson


Change by Joshua Bronson :


--
nosy: +jab

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32884] Adding the ability for getpass to print asterisks when password is typed

2019-11-14 Thread Celal


Change by Celal :


--
nosy: +celal.sahin

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32884] Adding the ability for getpass to print asterisks when password is typed

2019-06-09 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
title: Adding the ability for getpass to print asterisks when passowrd is typed 
-> Adding the ability for getpass to print asterisks when password is typed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com