summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-08-27 16:51:33 -0400
committerGitHub <noreply@github.com>2022-08-27 16:51:33 -0400
commit4c3bf08947a9fa37e2463628d20c8316dc6dd71b (patch)
treeeb59a8a14859ac6707db97ab2e5a309b5a03beab /ChangeLog
parent13b1c7fa08d5a238b3995b17de551abd5d31993e (diff)
downloadastroid-git-4c3bf08947a9fa37e2463628d20c8316dc6dd71b.tar.gz
Fix namespace package detection for frozen stdlib modules on PyPy (#1757)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a7721f2..ff7540f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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?