On 2/2/20 5:55 AM, Detlev Offenbach wrote:
>
> Hello Pythonistas,
>
>  
>
> I just uploaded eric 20.2. It fixes some bugs. There are no new
> functionalities this month.
>
>
> It is available via the eric web site or PyPI.
>
>  
>
> https://eric-ide.python-projects.org/index.html
>
> https://pypi.org/project/eric-ide/
>
>  
>
> Regards,
>
> Detlev
>
Hello Detlev,

Is it possible to turn off syntax errors for the new Python 3.8 features
like:

    if m:= re.match("...",x): print(m.groups())


Regards,

Mikhail

_______________________________________________
Eric mailing list
Eric@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/eric

Reply via email to