diff options
author | Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> | 2022-08-23 11:12:55 +0200 |
---|---|---|
committer | Daniël van Noord <13665637+DanielNoord@users.noreply.github.com> | 2022-08-23 11:39:34 +0200 |
commit | 823e802de81350e7aa57807b450faa21d6d25de1 (patch) | |
tree | a014aac33c08bc7d9f89f6f27f8e137662f24cec /ChangeLog | |
parent | e1d1783ff6a2a24699a5dc13fc87d5baac0b6630 (diff) | |
download | astroid-git-823e802de81350e7aa57807b450faa21d6d25de1.tar.gz |
Fix false positive with inference of `http` module (#1742)
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ Release date: TBA Closes #1737 +* Fix false positive with inference of ``http`` module when iterating ``HTTPStatus``. + + Refs PyCQA/pylint#7307 + * Bumped minimum requirement of ``wrapt`` to 1.14 on Python 3.11. |