summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-03-21 23:29:58 +0100
committerDaniël van Noord <13665637+DanielNoord@users.noreply.github.com>2023-03-21 23:44:57 +0100
commitd64c0cc1484b0cbea5fd3a9dfac4c0d6ddc7d1aa (patch)
tree1590ef2015db4692adb04f52940e7b7176d01a10 /doc
parentb59009a4322d8faa8c86c97853cc1d8224241b86 (diff)
downloadpylint-git-d64c0cc1484b0cbea5fd3a9dfac4c0d6ddc7d1aa.tar.gz
Fix incorrect preferred-modules matches
Co-authored-by: d33bs <dave.bunten@cuanschutz.edu>
Diffstat (limited to 'doc')
-rw-r--r--doc/whatsnew/fragments/8453.bugfix3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8453.bugfix b/doc/whatsnew/fragments/8453.bugfix
new file mode 100644
index 000000000..6bec2b0b9
--- /dev/null
+++ b/doc/whatsnew/fragments/8453.bugfix
@@ -0,0 +1,3 @@
+Fix a regression of ``preferred-modules`` where a partial match was used instead of the required full match.
+
+Closes #8453