logilab-astng #5568 py2.5 relative import support [deprecated]
priority | important |
---|---|
type | enhancement |
done in | 0.19.1 |
load | 0.500 |
load left | 0.000 |
closed by | <not specified> |
priority | important |
---|---|
type | enhancement |
done in | 0.19.1 |
load | 0.500 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2008/09/17 09:58, written by eanclin
check Marteen patch in pylint which add some support for new relative import syntax.
-
2008/11/19 12:40, written by sthenault
add commentpart of the job is done (see #5010) though some stuff missing.
For instance when "from __future__ import absolute_import" is there, non explicit relative imports should fail.