]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
update docstring for `win_getpass` to reflect code changes (GH-24967)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 May 2021 07:10:32 +0000 (00:10 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 07:10:32 +0000 (00:10 -0700)
commit7ec94cdd1f98b19ea790c7b27f39234e6bf704cc
tree07b8b302c15402de3918a49949d0743c4bf0bf8b
parente733e9951d0116e9af66b66772e708412d7f5280
update docstring for `win_getpass` to reflect code changes (GH-24967)

The code was updated in
https://github.com/python/cpython/commit/0ec88b33d093db00ec68b220247681354a650f0c
but the docstring was left untouched.

=> updated the docstring to reflect the code changes
(cherry picked from commit d4222ea6b0bb3cf7d40f23b370dc9eea5f9b7004)

Co-authored-by: Jürgen Gmach <juergen.gmach@googlemail.com>
Lib/getpass.py