diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2019-02-15 13:35:14 +0100 |
|---|---|---|
| committer | hippo91 <guillaume.peillex@gmail.com> | 2019-02-15 13:35:14 +0100 |
| commit | 1d9b387abb93df5cd8f5015eddb9dc00359e51a7 (patch) | |
| tree | 8a0107b6157f30ac13159f5da9ecd4ccc34e0b5a /ChangeLog | |
| parent | d35ca77bb7f0366bbb7560d36bae821459365631 (diff) | |
| parent | 2f1aec50a99f3155fd5ee840e2eed9eb044a279f (diff) | |
| download | astroid-git-1d9b387abb93df5cd8f5015eddb9dc00359e51a7.tar.gz | |
Merge branch 'master' into bug_pylint_2436
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,12 @@ instances. Close PyCQA/pylint#2436 +* Fix a crash with ``typing.NamedTuple`` and empty fields. Close PyCQA/pylint#2745 + +* Add a proper ``strerror`` inference to the ``OSError`` exceptions. + + Close PyCQA/pylint#2553 + * Support non-const nodes as values of Enum attributes. Close #612 |
