diff options
| author | Julien Cristau <julien.cristau@logilab.fr> | 2014-06-30 10:32:28 +0200 |
|---|---|---|
| committer | Julien Cristau <julien.cristau@logilab.fr> | 2014-06-30 10:32:28 +0200 |
| commit | 48e10cda3706bf563b9a95799119624bb3f29905 (patch) | |
| tree | 1a4307832345b1ac5a18087e14f45e66bd822b40 | |
| parent | ecd1e616e7ba45fc986063d5de3d2bc774f9d206 (diff) | |
| download | astroid-git-48e10cda3706bf563b9a95799119624bb3f29905.tar.gz | |
Add changelog entry for Class.metaclass() changes
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ Change log for the astroid package (used to be astng) ===================================================== -- + * `Class.metaclass()` now handles module-level __metaclass__ declaration + on python 2, and no longer looks at the __metaclass__ class attribute on + python 3. * Function nodes can detect if they are decorated with subclasses of builtin descriptors when determining their type (`classmethod` and `staticmethod`). |
