diff -r 8c3d033e5044 -r 0cdead130a81 eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html --- a/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html Sat Jun 20 17:36:20 2020 +0200 +++ b/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html Sun Jun 21 18:26:12 2020 +0200 @@ -113,7 +113,7 @@ <a NAME="VirtualenvAddEditDialog.__init__" ID="VirtualenvAddEditDialog.__init__"></a> <h4>VirtualenvAddEditDialog (Constructor)</h4> -<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", venvVariant=3, isGlobal=False, isConda=False, isRemote=False, execPath="", parent=None</i>) +<b>VirtualenvAddEditDialog</b>(<i>manager, venvName="", venvDirectory="", venvInterpreter="", isGlobal=False, isConda=False, isRemote=False, execPath="", parent=None</i>) <p> Constructor @@ -136,10 +136,6 @@ <dd> Python interpreter of the virtual environment </dd> -<dt><i>venvVariant</i> (int)</dt> -<dd> -Python variant of the virtual environment -</dd> <dt><i>isGlobal</i> (bool)</dt> <dd> flag indicating a global environment @@ -180,17 +176,16 @@ <dt>Returns:</dt> <dd> tuple containing the logical name, the directory, the - interpreter of the virtual environment, the Python variant, - a flag indicating a global environment, a flag indicating an - Anaconda environment, aflag indicating a remotely accessed - environment and a string to be prepended to the PATH environment - variable + interpreter of the virtual environment, a flag indicating a + global environment, a flag indicating an Anaconda environment, + a flag indicating a remotely accessed environment and a string + to be prepended to the PATH environment variable </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -tuple of (str, str, str, int, bool, bool, bool, str) +tuple of (str, str, str, bool, bool, bool, str) </dd> </dl> <a NAME="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked" ID="VirtualenvAddEditDialog.on_anacondaCheckBox_clicked"></a>