From 46af05ffc1b443290451e19d0a0ca0148e1b2a00 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sun, 6 Dec 2015 14:54:52 +0200 Subject: 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. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') 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. -- cgit v1.2.1