diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-10-06 14:54:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 14:54:44 +0200 |
commit | e8ab5aed9bb75389a81746eff06b6f3f23f755ac (patch) | |
tree | c3246a295183264aac48b1e53c1e58304308949f | |
parent | c62a43b561b5fb64777edb2f180d9b292fdab4e3 (diff) | |
download | astroid-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-- | ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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? |