diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2021-11-15 10:22:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 09:22:19 +0100 |
commit | cff6d39b0ce57299d51f2321c0b6e6e761d9feeb (patch) | |
tree | 59b65d8b4d43671d5758566da9305d861925403f /doc/whatsnew/2.12.rst | |
parent | 48d584babd0df99bd469aba0e4aeed3d8f97fff9 (diff) | |
download | pylint-git-cff6d39b0ce57299d51f2321c0b6e6e761d9feeb.tar.gz |
Fix crash for ``protected-access`` on (outer)-class traversal (#5305)
* Fix crash for ``protected-access`` on (outer)-class traversal
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'doc/whatsnew/2.12.rst')
-rw-r--r-- | doc/whatsnew/2.12.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst index b69af3289..97957d7c5 100644 --- a/doc/whatsnew/2.12.rst +++ b/doc/whatsnew/2.12.rst @@ -179,6 +179,8 @@ Other Changes Closes #4580 +* Fix crash for ``protected-access`` on (outer) class traversal + * Make yn validator case insensitive, to allow for ``True`` and ``False`` in config files. * The last version compatible with python '3.6.0' and '3.6.1' is pylint '2.9.3'. We did not |