[Bug 427234] [NEW] Update to pylint 0.18.1

Ulf Rompe launchpad.net at rompe.org
Thu Sep 10 08:59:20 UTC 2009


Public bug reported:

Binary package hint: pylint

Version 0.18.0 introduced a bug that prevents it from finding modules in
directories that are added to sys.path at runtime. For example, if I
have a subdirectory "foo" containing a module "bar.py", I may do this in
a script:

import os.path
import sys
sys.path.append(os.path.join(sys.path[0], "foo"))
import bar

Pylint 0.18.0 will report that "bar" doesn't exist, while pylint 0.18.1
will correctly find and parse the module.

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

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

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




More information about the universe-bugs mailing list