From beae668caff82f4e10eeec0a49c81aebbff7db2d Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Tue, 11 Aug 2015 19:49:11 +0300 Subject: The --zope flag is deprecated and it is slated for removal in Pylint 1.6. The reason behind this removal is the fact that it's a specialized flag and there are solutions for the original problem: use --generated-members with the members that causes problems when using Zope or add AST transforms tailored to the zope project. Closes issue #570. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3d306b..4c9c284 100644 --- a/ChangeLog +++ b/ChangeLog @@ -237,6 +237,18 @@ ChangeLog for Pylint * Add a new error, 'continue-in-finally', which is emitted when the `continue` keyword is found inside a `finally` clause, which is a SyntaxError. + + * The --zope flag is deprecated and it is slated for removal + in Pylint 1.6. + + The reason behind this removal is the fact that it's a specialized + flag and there are solutions for the original problem: + use --generated-members with the members that causes problems + when using Zope or add AST transforms tailored to the zope + project. + + At the same time, --include-ids and --symbols will also be removed + in Pylint 1.6. Closes issue #570. -- cgit v1.2.1