--- a/Documentation/Source/eric5.DebugClients.Python.getpass.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.DebugClients.Python.getpass.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,13 +22,13 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.DebugClients.Python.getpass</h1> <p> -Module implementing utilities to get a password and/or the current user name. +Module implementing utilities to get a password and/or the current user name. </p><p> -getpass(prompt) - prompt for a password, with echo turned off -getuser() - get the user name from the environment or password database +getpass(prompt) - prompt for a password, with echo turned off +getuser() - get the user name from the environment or password database </p><p> -This module is a replacement for the one found in the Python distribution. It -is to provide a debugger compatible variant of the a.m. functions. +This module is a replacement for the one found in the Python distribution. It +is to provide a debugger compatible variant of the a.m. functions. </p> <h3>Global Attributes</h3> <table> @@ -42,10 +42,10 @@ <table> <tr> <td><a href="#getpass">getpass</a></td> -<td>Function to prompt for a password, with echo turned off.</td> +<td>Function to prompt for a password, with echo turned off.</td> </tr><tr> <td><a href="#getuser">getuser</a></td> -<td>Function to get the username from the environment or password database.</td> +<td>Function to get the username from the environment or password database.</td> </tr> </table> <hr /><hr /> @@ -53,16 +53,16 @@ <h2>getpass</h2> <b>getpass</b>(<i>prompt='Password: '</i>) <p> - Function to prompt for a password, with echo turned off. + Function to prompt for a password, with echo turned off. </p><dl> <dt><i>prompt</i></dt> <dd> -Prompt to be shown to the user (string) +Prompt to be shown to the user (string) </dd> </dl><dl> <dt>Returns:</dt> <dd> -Password entered by the user (string) +Password entered by the user (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -71,14 +71,14 @@ <h2>getuser</h2> <b>getuser</b>(<i></i>) <p> - Function to get the username from the environment or password database. + Function to get the username from the environment or password database. </p><p> - First try various environment variables, then the password - database. This works on Windows as long as USERNAME is set. + First try various environment variables, then the password + database. This works on Windows as long as USERNAME is set. </p><dl> <dt>Returns:</dt> <dd> -username (string) +username (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>