]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-77065: Add optional keyword-only argument `echo_char` for `getpass.getpass` (...
authorSemyon Moroz <donbarbos@proton.me>
Tue, 6 May 2025 11:56:20 +0000 (15:56 +0400)
committerGitHub <noreply@github.com>
Tue, 6 May 2025 11:56:20 +0000 (14:56 +0300)
commitbf8bbe9a813dd9fc2dd14be06df172b7d26ca1af
treebdee42507770fa676f4096347272baf97f7c16aa
parent53e6d76aa30eb760fb8ff788815f22a0e6c101cd
gh-77065: Add optional keyword-only argument `echo_char` for `getpass.getpass` (#130496)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/getpass.rst
Doc/whatsnew/3.14.rst
Lib/getpass.py
Lib/test/test_getpass.py
Misc/NEWS.d/next/Library/2025-02-24-07-08-11.gh-issue-77065.8uW0Wf.rst [new file with mode: 0644]