eric6/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/__init__.py

changeset 7076
ac28d2fca735
parent 7064
1010f737def2
child 7360
9190402e4505
equal deleted inserted replaced
7075:e22ca9d9ac5f 7076:ac28d2fca735
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

eric ide

mercurial