]> 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:08:09 +0000 (00:08 -0700)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 07:08:09 +0000 (00:08 -0700)
commit20380df6d819977882ed7d62784f207319f90865
tree50eb5cd4cacc4b49f99055743f18ea093a679437
parent2995bff4269d274c0a3abfd45dc33b28f0c3e25f
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