--- a/eric6/Documentation/Source/eric6.Project.Project.html Sat Jun 20 17:36:20 2020 +0200 +++ b/eric6/Documentation/Source/eric6.Project.Project.html Sun Jun 21 18:26:12 2020 +0200 @@ -905,16 +905,12 @@ <td>Public method used to check, if the passed in filename belongs to the project sources.</td> </tr> <tr> -<td><a href="#Project.isPy2Project">isPy2Project</a></td> -<td>Public method to check, if this project is a Python2 project.</td> -</tr> -<tr> <td><a href="#Project.isPy3Project">isPy3Project</a></td> <td>Public method to check, if this project is a Python3 project.</td> </tr> <tr> <td><a href="#Project.isPythonProject">isPythonProject</a></td> -<td>Public method to check, if this project is a Python2 or Python3 project.</td> +<td>Public method to check, if this project is a Python3 or MicroPython project.</td> </tr> <tr> <td><a href="#Project.isRubyProject">isRubyProject</a></td> @@ -3397,19 +3393,6 @@ flag indicating membership (boolean) </dd> </dl> -<a NAME="Project.isPy2Project" ID="Project.isPy2Project"></a> -<h4>Project.isPy2Project</h4> -<b>isPy2Project</b>(<i></i>) - -<p> - Public method to check, if this project is a Python2 project. -</p> -<dl> -<dt>Returns:</dt> -<dd> -flag indicating a Python2 project (boolean) -</dd> -</dl> <a NAME="Project.isPy3Project" ID="Project.isPy3Project"></a> <h4>Project.isPy3Project</h4> <b>isPy3Project</b>(<i></i>) @@ -3428,7 +3411,7 @@ <b>isPythonProject</b>(<i></i>) <p> - Public method to check, if this project is a Python2 or Python3 + Public method to check, if this project is a Python3 or MicroPython project. </p> <dl>