summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-10-31 15:27:54 -0400
committerBrett Cannon <brett@python.org>2014-10-31 15:27:54 -0400
commit348eca326f3bf2c02a1c00c33d8de2c349539807 (patch)
treeea2987aaa9e1debe941572210b52cf8042863bf5 /ChangeLog
parent4d52dadee16ce7ceb252ce13249ac390044c8239 (diff)
downloadpylint-348eca326f3bf2c02a1c00c33d8de2c349539807.tar.gz
Warn when assigning to __metaclass__ in a class scope for Python 2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20a8c0d..0ef5c07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -157,6 +157,9 @@ ChangeLog for Pylint
* Warn in Python 2 when calling an object's next() method; Python 3 uses
__next__() instead.
+ * Warn when assigning to __metaclass__ at a class scope; in Python 3 a
+ metaclass is specified as an argument to the 'class' statement.
+
2014-07-26 -- 1.3.0