summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-04-16 15:11:13 -0400
committerGitHub <noreply@github.com>2023-04-16 21:11:13 +0200
commit6723e635e54e991a4304e45293308f5076b0bcb8 (patch)
treea5e23818b8b22b6ea9bb40edd92875400ce1bd4c /ChangeLog
parent5869ee3ad40f4786be63294d9a0496af4ca1e886 (diff)
downloadastroid-git-6723e635e54e991a4304e45293308f5076b0bcb8.tar.gz
Suppress UserWarning when finding module specs (#2121)
Found when linting this code: ``` import setuptools import pip ```
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0829e3c6..be5a6562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -69,6 +69,10 @@ Release date: TBA
Closes #1735
+* Suppress ``UserWarning`` when finding module specs.
+
+ Closes pylint-dev/pylint#7906
+
What's New in astroid 2.15.2?
=============================