<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hello Mikhail and list,</p>
<p>in order to get rid of this you have to manually modify Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py and add "NAMEDEXPR" to the long assignment statement where handleChildren is assigned (begins with BOOLOP) (should be line 1244).</p>
<p>Here is the respective diff.
</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;">diff -r 6c4a12fa7146 eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py</span></font></p>
<font size="-2">
</font>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;">--- a/eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py Sun Feb 02 11:28:34 2020 +0100</span></font></p>
<font size="-2">
</font>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;">+++ b/eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/checker.py Mon Feb 03 19:47:45 2020 +0100</span></font></p>
<font size="-2">
</font>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;">@@ -1241,7 +1241,7 @@</span></font></p>
<font size="-2">
</font>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;"> # "expr" type nodes</span></font></p>
<font size="-2">
</font>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;"> BOOLOP = BINOP = UNARYOP = IFEXP = SET = \</span></font></p>
<font size="-2">
</font>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;"> CALL = REPR = ATTRIBUTE = SUBSCRIPT = \</span></font></p>
<font size="-2">
</font>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;">- STARRED = NAMECONSTANT = handleChildren</span></font></p>
<font size="-2">
</font>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;">+ STARRED = NAMECONSTANT = NAMEDEXPR = handleChildren</span></font></p>
<font size="-2">
</font>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;"> </span></font></p>
<font size="-2">
</font>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><font size="-2"><span style=" font-family:'Hack'; font-size:10pt;"> NUM = STR = BYTES = ELLIPSIS = CONSTANT = ignore</span></font></p>
<font size="-2">
</font>
<p><style type="text/css">
p, li { white-space: pre-wrap; }</style></p>
<p>Detlev
</p>
<div class="moz-cite-prefix">Am 02.02.20 um 23:58 schrieb Mikhail
Terekhov:<br>
</div>
<blockquote type="cite"
cite="mid:5f6eddf2-bbd6-4844-b401-634b731276fc@yandex.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div class="moz-cite-prefix">On 2/2/20 5:55 AM, Detlev Offenbach
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:7bd40d5e-6361-30a3-580b-d7506c350ce5@die-offenbachs.de">
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<div class="moz-text-html" lang="x-western">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;
-qt-user-state:0;">Hello Pythonistas,</p>
<p style="-qt-paragraph-type:empty; margin-top:0px;
margin-bottom:0px; margin-left:0px; margin-right:0px;
-qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;
-qt-user-state:0;">I just uploaded eric 20.2. It fixes some
bugs. There are no new functionalities this month.
</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;
-qt-user-state:0;">
</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;
-qt-user-state:0;">It is available via the eric web site or
PyPI. </p>
<p style="-qt-paragraph-type:empty; margin-top:0px;
margin-bottom:0px; margin-left:0px; margin-right:0px;
-qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;
-qt-user-state:0;"><a href="https://eric-ide.python-projects.org/index.html" moz-do-not-send="true"><span style=" text-decoration:
underline; color:#2980b9;">https://eric-ide.python-projects.org/index.html</span></a></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;
-qt-user-state:0;"><a href="https://pypi.org/project/eric-ide/" moz-do-not-send="true"><span style=" text-decoration:
underline; color:#2980b9;">https://pypi.org/project/eric-ide/</span></a></p>
<p style="-qt-paragraph-type:empty; margin-top:0px;
margin-bottom:0px; margin-left:0px; margin-right:0px;
-qt-block-indent:0; text-indent:0px; "> </p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;
-qt-user-state:0;">Regards,</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;
-qt-user-state:0;">Detlev</p>
</div>
</blockquote>
<p>Hello Detlev,</p>
<p>Is it possible to turn off syntax errors for the new Python 3.8
features like:</p>
<p> if m:= re.match("...",x): print(m.groups())</p>
<p>
</p>
<p>Regards,</p>
<p>Mikhail
</p>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Eric mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Eric@riverbankcomputing.com">Eric@riverbankcomputing.com</a>
<a class="moz-txt-link-freetext" href="https://www.riverbankcomputing.com/mailman/listinfo/eric">https://www.riverbankcomputing.com/mailman/listinfo/eric</a>
</pre>
</blockquote>
<pre class="moz-signature" cols="72">--
Detlev Offenbach
<a class="moz-txt-link-abbreviated" href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a></pre>
</body>
</html>