diff options
-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? |