Issue #12243: Remove redundant availability notes from getpass docs

I wonder why I keep forgetting 2.7 :P

Patch by Bryce Verdier.
This commit is contained in:
Berker Peksag 2016-06-01 18:32:42 -07:00
parent fcd7d34afb
commit 56da8fa581
1 changed files with 1 additions and 3 deletions

View File

@ -22,8 +22,6 @@ The :mod:`getpass` module provides two functions:
a warning message to *stream* and reading from ``sys.stdin`` and
issuing a :exc:`GetPassWarning`.
Availability: Macintosh, Unix, Windows.
.. versionchanged:: 2.5
The *stream* parameter was added.
.. versionchanged:: 2.6
@ -41,7 +39,7 @@ The :mod:`getpass` module provides two functions:
.. 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`,
:envvar:`USER`, :envvar:`LNAME` and :envvar:`USERNAME`, in order, and returns