From 0c7dc2248c66da8d8884985ec5d96f2d243b1849 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Thu, 26 Nov 2015 17:18:16 +0200 Subject: Added a new warning, 'unsupported-delete-operation' It is emitted when item deletion is tried on an object which doesn't have this ability. Closes issue #592. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f36f175..e53e79c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,10 @@ ChangeLog for Pylint emitted when item assignment is tried on an object which doesn't have this ability. Closes issue #591. + * Added a new warning, 'unsupported-delete-operation', which is + emitted when item deletion is tried on an object which doesn't + have this ability. Closes issue #592. + * Added multiple warnings related to imports. 'wrong-import-order' is emitted when PEP 8 recommendations regarding imports are not respected (that is, standard imports should be followed by third-party -- cgit v1.2.1