From 20b663ec6fb7cf830559e169e5fb106f9bd182ac Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sun, 4 Oct 2015 22:16:22 +0300 Subject: Don't emit 'assigning-non-slot' for descriptors. Closes issue #652. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6c9a2cc..e1e71c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -325,6 +325,8 @@ ChangeLog for Pylint * Add a new convention warning, 'singleton-comparison', emitted when comparison to True, False or None is found. + * Don't emit 'assigning-non-slot' for descriptors. Closes issue #652. + 2015-03-14 -- 1.4.3 -- cgit v1.2.1