Thanks to visit codestin.com Credit goes to github.com
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 5b6a14d commit 1b207c5Copy full SHA for 1b207c5
1 file changed
Doc/library/getpass.rst
@@ -23,8 +23,6 @@ The :mod:`getpass` module provides two functions:
23
a warning message to *stream* and reading from ``sys.stdin`` and
24
issuing a :exc:`GetPassWarning`.
25
26
- Availability: Macintosh, Unix, Windows.
27
-
28
.. note::
29
If you call getpass from within IDLE, the input may be done in the
30
terminal you launched IDLE from rather than the idle window itself.
@@ -36,7 +34,7 @@ The :mod:`getpass` module provides two functions:
36
34
37
35
.. function:: getuser()
38
39
- Return the "login name" of the user. Availability: Unix, Windows.
+ Return the "login name" of the user.
40
41
This function checks the environment variables :envvar:`LOGNAME`,
42
:envvar:`USER`, :envvar:`LNAME` and :envvar:`USERNAME`, in order, and returns
0 commit comments