diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2018-01-04 17:33:19 +0100 |
|---|---|---|
| committer | hippo91 <guillaume.peillex@gmail.com> | 2018-01-04 17:33:19 +0100 |
| commit | fd336bab277e795da15379c582f3f33f541e160a (patch) | |
| tree | e6f3e86ead04eeedb86a2b184a542d26358e8c62 /doc | |
| parent | 1f46bffe6a4acdaac2107b2a3f8215d8913baee2 (diff) | |
| download | pylint-git-fd336bab277e795da15379c582f3f33f541e160a.tar.gz | |
Add of ChangeLog and whatsnew entries
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/whatsnew/1.8.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/1.8.rst b/doc/whatsnew/1.8.rst index 5690ed5c4..4ec35b804 100644 --- a/doc/whatsnew/1.8.rst +++ b/doc/whatsnew/1.8.rst @@ -372,3 +372,6 @@ Other Changes (backport from 2.0) * Fix a false positive inconsistent-return-statements message when while loop are used. (backport from 2.0) + +* Fix unused-argument false positives with overshadowed variable in dictionary comprehension. + (backport from 2.0) |
