--- a/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py Tue Oct 12 19:54:03 2021 +0200 +++ b/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py Tue Oct 12 21:55:56 2021 +0200 @@ -31,13 +31,19 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '2.3.1' +__version__ = '2.4.0' """ -pyflakes repository date: 2021-03-24. +pyflakes repository date: 2021-10-06. """ """ Changes +2.4.0 (2021-10-06) + +- Remove unused tracing code (``traceTree``) +- Add support for ``match`` statement +- Detect ``typing`` module attributes when imported with ``import ... as ...`` + 2.3.1 (2021-03-24) - Fix regression in 2.3.0: type annotations no longer redefine imports