Adding the ability for getpass to print asterisks when password is typed
| BPO | 32884 |
|---|---|
| Nosy | @stevendaprano, @bitdancer, @jab, @MatanyaStroh, @Stevoisiak, @remilapeyre, @websurfer5, @akulakov |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None closed_at = None created_at = <Date 2018-02-20.10:28:53.338> labels = ['type-feature', 'library', '3.9'] title = 'Adding the ability for getpass to print asterisks when password is typed' updated_at = <Date 2021-08-10.01:27:06.609> user = 'https://github.com/MatanyaStroh'
bugs.python.org fields:
activity = <Date 2021-08-10.01:27:06.609> actor = 'andrei.avk' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)'] creation = <Date 2018-02-20.10:28:53.338> creator = 'matanya.stroh' dependencies = [] files = [] hgrepos = [] issue_num = 32884 keywords = [] message_count = 7.0 messages = ['312410', '312520', '312745', '339803', '344784', '375038', '399298'] nosy_count = 9.0 nosy_names = ['steven.daprano', 'r.david.murray', 'jab', 'matanya.stroh', 'stevoisiak', 'remi.lapeyre', 'Jeffrey.Kintscher', 'celal.sahin', 'andrei.avk'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue32884' versions = ['Python 3.9']
Linked PRs
- gh-77065: Add optional keyword-only argument
echo_charforgetpass.getpass#130496 - gh-77065: Add argument
echo_charforgetpass.fallback_getpass#133849 - [3.14] gh-77065: add missing parameter
echo_charingetpass.fallback_getpass(GH-133849) #134053 - gh-77065: Use
putwchinstead ofputchinwin_getpass#134058 - [3.14] gh-77065: Use
putwchinstead ofputchingetpass.win_getpass(GH-134058) #134059