diff -r 8a773a100c34 -r 1ecc6c9abca5 Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py --- a/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py Tue Aug 23 18:53:46 2016 +0200 +++ b/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py Tue Aug 23 19:02:43 2016 +0200 @@ -42,7 +42,7 @@ - Fix false RedefinedWhileUnesed for submodule imports 1.2.0 (2016-05-03): - - Warn against reusing exception names after the except: block on Python 3 + - Warn against reusing exception names after the except block on Python 3 - Improve the error messages for imports 1.1.0 (2016-03-01):