diff options
| author | hippo91 <guillaume.peillex@gmail.com> | 2020-09-14 22:15:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 22:15:55 +0200 |
| commit | bb3572368c7ebf4155e9c3bbe5911a5331aec730 (patch) | |
| tree | 7c71149c84a805867d75532028913cfaa6c832cc /ChangeLog | |
| parent | e39d8fe2bbccd3851dcf456667f91b56aa692085 (diff) | |
| download | astroid-git-bb3572368c7ebf4155e9c3bbe5911a5331aec730.tar.gz | |
Add the value parameter in the signature of the __or__ method of the ndarray class.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ Release Date: TBA Fixes PyCQA/pylint#3640 +* Fixes a bug in the signature of the ``ndarray.__or__`` method, + in the ``brain_numpy_ndarray.py`` module. + + Fixes #815 + * Added a brain for ``sqlalchemy.orm.session`` * Separate string and bytes classes patching |
