summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-10-06 14:54:44 +0200
committerGitHub <noreply@github.com>2021-10-06 14:54:44 +0200
commite8ab5aed9bb75389a81746eff06b6f3f23f755ac (patch)
treec3246a295183264aac48b1e53c1e58304308949f
parentc62a43b561b5fb64777edb2f180d9b292fdab4e3 (diff)
downloadastroid-git-deprecate-is-sys-guard.tar.gz
Apply suggestions from code reviewdeprecate-is-sys-guard
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5aaae745..5e6f1522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,9 +40,10 @@ Release date: TBA
Closes PyCQA/pylint#5059
-* The ``is_typing_guard`` and ``is_sys_guard`` functions were deprecated and will
- be removed in 3.0.0. They are complex meta-inference functions that are not
- suitable for astroid.
+* The ``is_typing_guard`` and ``is_sys_guard`` functions are deprecated and will
+ be removed in 3.0.0. They are complex meta-inference functions that are better
+ suited for pylint. Import them from ``pylint.checkers.utils`` instead
+ (requires pylint ``2.12``).
What's New in astroid 2.8.0?