Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
fa6de5cd
Commit
fa6de5cd
authored
Jun 01, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #12243: Merge from 3.5
parents
c5f4036e
1b207c55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Doc/library/getpass.rst
Doc/library/getpass.rst
+1
-3
No files found.
Doc/library/getpass.rst
View file @
fa6de5cd
...
@@ -23,8 +23,6 @@ The :mod:`getpass` module provides two functions:
...
@@ -23,8 +23,6 @@ The :mod:`getpass` module provides two functions:
a warning message to *stream* and reading from ``sys.stdin`` and
a warning message to *stream* and reading from ``sys.stdin`` and
issuing a :exc:`GetPassWarning`.
issuing a :exc:`GetPassWarning`.
Availability: Macintosh, Unix, Windows.
.. note::
.. note::
If you call getpass from within IDLE, the input may be done in the
If you call getpass from within IDLE, the input may be done in the
terminal you launched IDLE from rather than the idle window itself.
terminal you launched IDLE from rather than the idle window itself.
...
@@ -36,7 +34,7 @@ The :mod:`getpass` module provides two functions:
...
@@ -36,7 +34,7 @@ The :mod:`getpass` module provides two functions:
.. function:: getuser()
.. function:: getuser()
Return the "login name" of the user.
Availability: Unix, Windows.
Return the "login name" of the user.
This function checks the environment variables :envvar:`LOGNAME`,
This function checks the environment variables :envvar:`LOGNAME`,
:envvar:`USER`, :envvar:`LNAME` and :envvar:`USERNAME`, in order, and returns
:envvar:`USER`, :envvar:`LNAME` and :envvar:`USERNAME`, in order, and returns
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment