diff options
author | Jacob Walls <jacobtylerwalls@gmail.com> | 2022-08-27 16:51:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-27 16:51:33 -0400 |
commit | 4c3bf08947a9fa37e2463628d20c8316dc6dd71b (patch) | |
tree | eb59a8a14859ac6707db97ab2e5a309b5a03beab /ChangeLog | |
parent | 13b1c7fa08d5a238b3995b17de551abd5d31993e (diff) | |
download | astroid-git-4c3bf08947a9fa37e2463628d20c8316dc6dd71b.tar.gz |
Fix namespace package detection for frozen stdlib modules on PyPy (#1757)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ What's New in astroid 2.12.5? ============================= Release date: TBA +* Fix ``astroid.interpreter._import.util.is_namespace()`` incorrectly + returning ``True`` for frozen stdlib modules on PyPy. + + Closes #1755 What's New in astroid 2.12.4? |