We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13cad91 commit 78d8859Copy full SHA for 78d8859
NEWS.rst
@@ -1,3 +1,9 @@
1
+2.4.0 (2021-10-06)
2
+
3
+- Remove unused tracing code (``traceTree``)
4
+- Add support for ``match`` statement
5
+- Detect ``typing`` module attributes when imported with ``import ... as ...``
6
7
2.3.1 (2021-03-24)
8
9
- Fix regression in 2.3.0: type annotations no longer redefine imports
pyflakes/__init__.py
@@ -1 +1 @@
-__version__ = '2.3.1'
+__version__ = '2.4.0'
0 commit comments