summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-26 12:30:08 +0000
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-26 12:30:08 +0000
commit8a0343728bc9b578d533ef5aa21e1412a8951ce6 (patch)
tree0bfe86d443ed10dc9a5b41d83d8e1ab6b240dd69 /ChangeLog
parent033a215bb1d1a7f4b954ef99667e41d9e6fed92b (diff)
downloadastroid-8a0343728bc9b578d533ef5aa21e1412a8951ce6.tar.gz
Class.getattr('__mro__') returns the actual MRO.
Also, Class.getattr('__bases__') returns actual bases. It previously didn't work correctly, because it was putting the entire ancestors into the Tuple object and it put those classes into the wrong attribute. Closes issue #128.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88e4aa2..6b93e83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@ Change log for the astroid package (used to be astng)
=====================================================
--
+
+ * Class.getattr('__mro__') returns the actual MRO. Closes issue #128.
+
* The logilab-common dependency is not needed anymore as the needed code
was integrated into astroid.