diff options
| author | Peter Kolbus <peter.kolbus@gmail.com> | 2020-05-28 01:18:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-28 08:18:35 +0200 |
| commit | b339a0ee17c15f7be23dee0c981edf64f0e65f33 (patch) | |
| tree | f92a63ede3b77c49bca3e32e3451d0efab7f20e3 /ChangeLog | |
| parent | 6318bf32ebd25e21f1f88a338d3e0284fff34c5d (diff) | |
| download | astroid-git-b339a0ee17c15f7be23dee0c981edf64f0e65f33.tar.gz | |
brain_mechanize: Add missing methods to transform (#794)
The brain transform for mechanize was missing most methods for the
Browser class, leading to false positives in pylint, such as:
E1101: Instance of 'Browser' has no 'select_form' member (no-member)
E1137: 'browser' does not support item assignment
(unsupported-assignment-operation)
Add missing methods to align with mechanize 0.4.5.
Fixes #793.
Co-authored-by: Claudiu Popa <pcmanticore@gmail.com>
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -9,8 +9,11 @@ Release Date: TBA * Added a brain for ``sqlalchemy.orm.session`` -* Added more supported parameters to ``subprocess.check_output`` +* Added missing methods to the brain for ``mechanize``, to fix pylint false positives + + Close #793 +* Added more supported parameters to ``subprocess.check_output`` What's New in astroid 2.4.2? |
