From b04bf8e720d65525ff7b2826c06fe92dcc608c37 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Mon, 30 Nov 2015 15:54:18 +0200 Subject: Add changelog entry for 0c2ba76 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index f97a547..1500699 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,15 @@ ChangeLog for Pylint * Fix a crash which occurred when old visit methods are encountered in plugin modules. Closes issue #711. + * Add wrong-import-position to check_messages's decorator arguments + for ImportChecker.leave_module + This fixes an esoteric bug which occurs when ungrouped-imports and + wrong-import-order are disabled and pylint is executed on multiple files. + What happens is that without wrong-import-position in check_messages, + leave_module will never be called, which means that the first non-import node + from other files might leak into the current file, + leading to wrong-import-position being emitted by pylint. + * 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