summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-12-06 14:54:52 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-12-06 14:54:52 +0200
commit46af05ffc1b443290451e19d0a0ca0148e1b2a00 (patch)
tree6fa87656daa3334036bcefba562080df893f8959 /ChangeLog
parente54a5ec5bf41840de96df649e62e9b2fac316fa7 (diff)
downloadpylint-46af05ffc1b443290451e19d0a0ca0148e1b2a00.tar.gz
Don't emit super-on-old-class on classes with unknown bases.
The change also removes the confidence handling for super-on-old-class, which isn't used enough to merit its existence. Closes issue #721.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e6433e..082c558 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@ ChangeLog for Pylint
This prevents a crash which can occur when an object doesn't have
.qname() method after the inference.
+ * Don't emit super-on-old-class on classes with unknown bases.
+ Closes issue #721.
+
* Added a new warning, 'unsupported-assignment-operation', which is
emitted when item assignment is tried on an object which doesn't
have this ability. Closes issue #591.