diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2018-09-04 09:08:54 +0200 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2018-09-04 09:08:54 +0200 |
commit | 8634e29da640e605a69db7a43666418637b01d35 (patch) | |
tree | 3485f0fd079970efbb50304d30bc05407199c117 /ChangeLog | |
parent | 03bda7cad07e4ab12649bf26f6f385790bb2f80b (diff) | |
download | pylint-git-8634e29da640e605a69db7a43666418637b01d35.tar.gz |
Handle ``AstroidSyntaxError`` when trying to import a module.
Close #2313
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ What's New in Pylint 2.2? Release date: TBA + * Handle ``AstroidSyntaxError`` when trying to import a module. + + Close #2313 + * Allow ``__module__`` to be redefined at a class level. Close #2451 * ``pylint`` used to emit a ``unused-variable`` error if unused import was found in the function. Now instead of |