summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-10 20:09:32 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-06-10 20:09:32 +0300
commit328224d8b95134ea037d0431863d3c57ddc7eb1f (patch)
treeefba04c7600bced93bb5f3449289f7d65e428768 /ChangeLog
parent88e0095bf1d36f025932f77638d8325f9be8611b (diff)
downloadastroid-328224d8b95134ea037d0431863d3c57ddc7eb1f.tar.gz
Improve the inference of six.moves.
This patch improves especially the inferrence when using `from ... import ...` syntax. Also, we added a new fail import hook for six.moves, which fixes the import-error false positive from pylint. Closes issue #107.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ca7026..8a686ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -132,6 +132,10 @@ Change log for the astroid package (used to be astng)
of __pos__, __neg__ and __invert__ to determine the inferred value
of ``~node``, ``+node`` or ``-node``.
+ * Improve the inference of six.moves, especially when using `from ... import ...`
+ syntax. Also, we added a new fail import hook for six.moves, which fixes the
+ import-error false positive from pylint. Closes issue #107.
+
2015-03-14 -- 1.3.6