From 6354d5ab66c119ed05ec3faa71c27a520b862e3d Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Wed, 30 Sep 2015 15:48:22 +0300 Subject: Don't consider a class abstract if its members can't be properly inferred. This fixes a false positive related to abstract-class-instantiated. Closes issue #648. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index abd0ad3..30365f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -303,6 +303,12 @@ ChangeLog for Pylint * 'deprecated-module' can be shown for modules which aren't available. Closes issue #362. + * Don't consider a class abstract if its members can't + be properly inferred. + + This fixes a false positive related to abstract-class-instantiated. + Closes issue #648. + 2015-03-14 -- 1.4.3 -- cgit v1.2.1