14
0
forked from pool/python-pylint

- update to 0.18.1:

* improved flymake code and doc provided by Derek Harland
  * refactor & fix the imports checker
  * fix #8764: More than one statement on a single line false positive with
    try/except/finally
  * Nathaniel's fix for w0108 false positive
  * fix 9215: false undefined variable error in lambda function

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=2
This commit is contained in:
2009-09-09 19:16:54 +00:00
committed by Git OBS Bridge
parent 3d98fa2943
commit 8f81b9a62d
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Sep 9 21:08:26 CEST 2009 - dmueller@suse.de
- update to 0.18.1:
* improved flymake code and doc provided by Derek Harland
* refactor & fix the imports checker
* fix #8764: More than one statement on a single line false positive with
try/except/finally
* Nathaniel's fix for w0108 false positive
* fix 9215: false undefined variable error in lambda function
-------------------------------------------------------------------
Sat Aug 8 23:15:52 CEST 2009 - hpj@urpla.net