Public bug reported:

Pylint 1.5.2, the version bundled with Xenial, doesn't support the
asnycio syntax that was introduced with Python 3.5, which is also
bundled in Xenial.  This problem was remedied in Pylint 1.5.3 (see
https://github.com/PyCQA/pylint/issues/767) and it would be great if
Xenial could bump to at least Pylint 1.5.3 to pick up this support.

Here's a basic example:

async def foo(bar):
    return bar

Running pylint3 gives the following error:
E:  2,11: Undefined variable 'bar' (undefined-variable)

It's non-intuitive what's going on from this particular error message.

** Affects: pylint (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1596704

Title:
  Xenial pylint3 version doesn't support Python 3.5 feature set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pylint/+bug/1596704/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to