summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-22 16:41:42 +0100
committerGitHub <noreply@github.com>2023-03-22 16:41:42 +0100
commit25406f7963769c658119b66d7dd7c966cf2f14db (patch)
tree60af0f30d215756eb41567af2921ca234ee10ac4 /doc
parent1f2cf716a3e76d8f2a7429d6550460ce8038e6e6 (diff)
downloadpylint-git-25406f7963769c658119b66d7dd7c966cf2f14db.tar.gz
[deprecation] Remove duplicated utils typing guards check (#8475)
Diffstat (limited to 'doc')
-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