diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -6,7 +6,7 @@ ChangeLog for PyLint (patch by Martin Pool) * #110853: fix a crash when an __init__ method in a base class has been - created by assignment rather than direct function definition. (patch by + created by assignment rather than direct function definition (patch by Torsten Marek) * #110838: fix pylint-gui crash when include-ids is activated (patch by @@ -14,8 +14,11 @@ ChangeLog for PyLint * #110839: bind <F5> to Run button in pylint-gui - * #112667: Fix emission of reimport warnings for mixed imports and extend - the testcase. (patch by Torsten Marek) + * #112667: fix emission of reimport warnings for mixed imports and extend + the testcase (patch by Torsten Marek) + + * #112698: fixed crashes related to non-inferable __all__ attributes and + invalid __all__ contents (patch by Torsten Marek) 2012-10-05 -- 0.26.0 |
