[Bug 1596704] [NEW] Xenial pylint3 version doesn't support Python 3.5 feature set
Brian Turek
brian.turek at gmail.com
Mon Jun 27 21:01:15 UTC 2016
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
Foundations Bugs, which is subscribed to pylint in Ubuntu.
https://bugs.launchpad.net/bugs/1596704
Title:
Xenial pylint3 version doesn't support Python 3.5 feature set
Status in pylint package in Ubuntu:
New
Bug description:
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pylint/+bug/1596704/+subscriptions
More information about the foundations-bugs
mailing list