summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-04 20:12:50 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-08-04 20:12:50 +0300
commitf10d081fe181a91b94c68ac9243e47c541093ad9 (patch)
tree7820d4ee8d66f592970da9a1e3b2b5deaa6a6597 /ChangeLog
parent73fcadd6831038f4e0f4bbc069c9f07115632024 (diff)
downloadastroid-f10d081fe181a91b94c68ac9243e47c541093ad9.tar.gz
Class._explicit_metaclass is now a public API, in the form of Class.declared_metaclass.
Class.mro remains the de facto method for retrieving the metaclass of a class, which will also do an evaluation of what declared_metaclass returns.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fcf5b09..dc5445e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -270,7 +270,13 @@ Change log for the astroid package (used to be astng)
AstroidBuilder._data_build.
Closes issue #116.
-
+
+ * Class._explicit_metaclass is now a public API, in the form of
+ Class.declared_metaclass.
+
+ Class.mro remains the de facto method for retrieving the metaclass
+ of a class, which will also do an evaluation of what declared_metaclass
+ returns.
2015-03-14 -- 1.3.6