diff options
| author | John Belmonte <john@neggie.net> | 2021-11-22 09:45:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-22 01:45:34 +0100 |
| commit | 775c8f7acb97e50cd643b6e1a20042aa8cfa98a3 (patch) | |
| tree | 100e2f962e923544d28513f07250f9327b3be864 /ChangeLog | |
| parent | 96b487221d16b4f233a0b6bd24e4c53e41e794b2 (diff) | |
| download | astroid-git-775c8f7acb97e50cd643b6e1a20042aa8cfa98a3.tar.gz | |
Fix deque.insert() signature (#1272)
fixes #1260
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -14,6 +14,10 @@ Release date: TBA * Require Python 3.6.2 to use astroid. +* Fix ``deque.insert()`` signature in ``collections`` brain. + + Closes #1260 + What's New in astroid 2.9.0? ============================ |
