Index: Doc/lib/libgetpass.tex =================================================================== --- Doc/lib/libgetpass.tex (revision 43488) +++ Doc/lib/libgetpass.tex (working copy) @@ -11,10 +11,12 @@ The \module{getpass} module provides two functions: -\begin{funcdesc}{getpass}{\optional{prompt}} +\begin{funcdesc}{getpass}{\optional{prompt, \optional{stream=None}}} Prompt the user for a password without echoing. The user is prompted using the string \var{prompt}, which defaults to \code{'Password: '}. + Output is sent the optional \code{stream} argument, which defaults to + \code{'stdout'}. Availability: Macintosh, \UNIX, Windows. \end{funcdesc}