]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-77065: add missing parameter `echo_char` in `getpass.fallback_getpass`...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 May 2025 13:34:50 +0000 (15:34 +0200)
committerGitHub <noreply@github.com>
Thu, 15 May 2025 13:34:50 +0000 (13:34 +0000)
commit29d69e8b661e5d4d270f44c03a2c678cc3ebc58d
tree14d4778476f801c530fe31a822f61cdacad27cd0
parent620065c33e1176a1074e2dd2b311c02d6b04ea42
[3.14] gh-77065: add missing parameter `echo_char` in `getpass.fallback_getpass` (GH-133849) (#134053)

gh-77065: add missing parameter `echo_char` in `getpass.fallback_getpass` (GH-133849)
(cherry picked from commit d029a1a1cba515510f31c9e88b7c2a6b7ebee2a7)

Co-authored-by: Semyon Moroz <donbarbos@proton.me>
Lib/getpass.py