We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 097c563 commit fffc644Copy full SHA for fffc644
Doc/library/getpass.rst
@@ -39,6 +39,12 @@ The :mod:`getpass` module provides two functions:
39
If you call getpass from within IDLE, the input may be done in the
40
terminal you launched IDLE from rather than the idle window itself.
41
42
+ .. note::
43
+ On Unix systems, when ``echo_char`` is set, ``Ctrl+U`` will not erase
44
+ the entire current input line, and may insert unexpected characters
45
+ into the input.
46
+ (See https://github.com/python/cpython/issues/138577 for detail)
47
+
48
.. versionchanged:: 3.14
49
Added the *echo_char* parameter for keyboard feedback.
50
0 commit comments