diff options
| author | Philipp Hörist <philipp@hoerist.com> | 2019-09-25 20:37:40 +0200 |
|---|---|---|
| committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-12-04 09:33:57 +0100 |
| commit | 4952320cda79c79f6868e4fb59f09e188cd9cafc (patch) | |
| tree | b0a68e71f4c21388d89e3953ee9991698a8cb12f /ChangeLog | |
| parent | 3fd48b32fd3db219c9abe9a668f9e41ee673c206 (diff) | |
| download | astroid-git-4952320cda79c79f6868e4fb59f09e188cd9cafc.tar.gz | |
brain_gi: Don't ignore special methods
Ignoring all special methods while inspecting gi classes leads to pylint
not detecting that objects are e.g. iterable or subscriptable
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ What's New in astroid 2.4.0? ============================ Release Date: TBA +* Don't ignore special methods when inspecting gi classes + + Close #728 + * Added transform for ``scipy.gaussian`` * Added a brain for ``responses`` |
