forked from pool/python-pylint
Accepting request 394206 from home:stroeder:branches:devel:languages:python
update to 1.5.5 OBS-URL: https://build.opensuse.org/request/show/394206 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=65
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 7 21:44:44 UTC 2016 - michael@stroeder.com
|
||||
|
||||
- Update to version 1.5.5:
|
||||
* Let visit_importfrom from Python 3 porting checker be called when everything is disabled
|
||||
Because the visit method was filtering the patterns it was expecting to be activated,
|
||||
it didn't run when everything but one pattern was disabled, leading to spurious false
|
||||
positives
|
||||
* Don't emit unsubscriptable-value for classes with unknown
|
||||
base classes.
|
||||
* Use an OrderedDict for storing the configuration elements
|
||||
This fixes an issue related to impredictible order of the disable / enable
|
||||
elements from a config file. In certain cases, the disable was coming before
|
||||
the enable which resulted in classes of errors to be enabled, even though the intention
|
||||
was to disable them. The best example for this was in the context of running multiple
|
||||
processes, each one of it having different enables / disables that affected the output.
|
||||
* Don't consider bare and broad except handlers as ignoring NameError,
|
||||
AttributeError and similar exceptions, in the context of checkers for
|
||||
these issues.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 08:25:01 UTC 2016 - jweberhofer@weberhofer.at
|
||||
|
||||
|
Reference in New Issue
Block a user