diff options
Diffstat (limited to 'doc/whatsnew/2.10.rst')
-rw-r--r-- | doc/whatsnew/2.10.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/whatsnew/2.10.rst b/doc/whatsnew/2.10.rst index 09fc52870..85cba1c3f 100644 --- a/doc/whatsnew/2.10.rst +++ b/doc/whatsnew/2.10.rst @@ -82,9 +82,6 @@ Other Changes * ``consider-using-with`` is no longer triggered if a context manager is returned from a function. -* Fix false positive for ``consider-using-with`` if a context manager is assigned to a - variable in different paths of control flow (e. g. if-else clause). - * pylint does not crash with a traceback anymore when a file is problematic. It creates a template text file for opening an issue on the bug tracker instead. The linting can go on for other non problematic files instead of being impossible. |