summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8475.internal
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/fragments/8475.internal')
-rw-r--r--doc/whatsnew/fragments/8475.internal5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/fragments/8475.internal b/doc/whatsnew/fragments/8475.internal
new file mode 100644
index 000000000..0451554e9
--- /dev/null
+++ b/doc/whatsnew/fragments/8475.internal
@@ -0,0 +1,5 @@
+Following a deprecation period, ``is_typing_guard``, ``is_node_in_typing_guarded_import_block`` and
+``is_node_in_guarded_import_block``: from ``pylint.utils`` were removed: use a combination of
+``is_sys_guard`` and ``in_type_checking_block`` instead.
+
+Refs #8475