diff options
| author | Claudiu Popa <pcmanticore@gmail.com> | 2020-05-29 08:18:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-29 08:18:09 +0200 |
| commit | 765c67ff019eb5f3e91e308bcd102ce0b52e6c6a (patch) | |
| tree | 95918e82b95cfa4f180f6fed46fbd477ac2135e3 /ChangeLog | |
| parent | 340649c52488c858c592a17f680992efe16dc41b (diff) | |
| download | astroid-git-765c67ff019eb5f3e91e308bcd102ce0b52e6c6a.tar.gz | |
Add exception inference for `UnicodeDecodeError` (#797)
Close PyCQA/pylint#3639
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ Release Date: TBA * Added more supported parameters to ``subprocess.check_output`` +* Added exception inference for `UnicodeDecodeError` + + Close PyCQA/pylint#3639 + What's New in astroid 2.4.2? ============================ |
