36 """ |
36 """ |
37 pyflakes repository date: 2019-07-09. |
37 pyflakes repository date: 2019-07-09. |
38 """ |
38 """ |
39 |
39 |
40 """ Changes |
40 """ Changes |
41 2.1.1 (2019-02-28) |
41 2.1.1 (2019-02-28) |
42 - Fix reported line number for type comment errors |
42 - Fix reported line number for type comment errors |
43 - Fix typing.overload check to only check imported names |
43 - Fix typing.overload check to only check imported names |
44 |
44 |
45 2.1.0 (2019-01-23) |
45 2.1.0 (2019-01-23) |
46 |
46 |
47 - Allow intentional assignment to variables named ``_`` |
47 - Allow intentional assignment to variables named ``_`` |
48 - Recognize ``__module__`` as a valid name in class scope |
48 - Recognize ``__module__`` as a valid name in class scope |