--- a/Documentation/Source/eric5.Globals.__init__.html Wed Apr 10 22:21:27 2013 +0200 +++ b/Documentation/Source/eric5.Globals.__init__.html Wed Apr 10 22:33:47 2013 +0200 @@ -37,8 +37,8 @@ <td><a href="#checkBlacklistedVersions">checkBlacklistedVersions</a></td> <td>Module functions to check for blacklisted versions of the prerequisites.</td> </tr><tr> -<td><a href="#findPython2Interpreters">findPython2Interpreters</a></td> -<td>Module function for searching a Python2 interpreter.</td> +<td><a href="#findPythonInterpreters">findPythonInterpreters</a></td> +<td>Module function for searching a Python interpreter.</td> </tr><tr> <td><a href="#getConfigDir">getConfigDir</a></td> <td>Module function to get the name of the directory storing the config data.</td> @@ -70,12 +70,17 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /><hr /> -<a NAME="findPython2Interpreters" ID="findPython2Interpreters"></a> -<h2>findPython2Interpreters</h2> -<b>findPython2Interpreters</b>(<i></i>) +<a NAME="findPythonInterpreters" ID="findPythonInterpreters"></a> +<h2>findPythonInterpreters</h2> +<b>findPythonInterpreters</b>(<i>pyVersion</i>) <p> - Module function for searching a Python2 interpreter. + Module function for searching a Python interpreter. </p><dl> +<dt><i>pyVersion</i></dt> +<dd> +major Python version +</dd> +</dl><dl> <dt>Returns:</dt> <dd> list of interpreters found (list of strings)