diff -r 5644299d912e -r 996bb6fea7dd eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html --- a/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html Mon Feb 14 19:02:24 2022 +0100 +++ b/eric7/Documentation/Source/eric7.DebugClients.Python.getpass.html Fri Feb 18 17:44:19 2022 +0100 @@ -46,7 +46,7 @@ <hr /> <a NAME="getpass" ID="getpass"></a> <h2>getpass</h2> -<b>getpass</b>(<i>prompt='Password: '</i>) +<b>getpass</b>(<i>prompt='Password: ', stream=None</i>) <p> Function to prompt for a password, with echo turned off. @@ -57,6 +57,10 @@ <dd> Prompt to be shown to the user </dd> +<dt><i>stream</i> (file)</dt> +<dd> +input stream to read from (ignored) +</dd> </dl> <dl> <dt>Return:</dt>