diff options
| author | Brett Cannon <brett@python.org> | 2014-08-29 15:48:24 -0400 |
|---|---|---|
| committer | Brett Cannon <brett@python.org> | 2014-08-29 15:48:24 -0400 |
| commit | 8e23aa2b179274c9c1b128a8b3daf8d2e24cfd75 (patch) | |
| tree | c234e08aa390be9bca941e66e508071e5e44a801 /ChangeLog | |
| parent | 001469c8272a235b4f62b9b5c3ee248635168ad4 (diff) | |
| parent | c2cc31874880d7f0d5bd444c6a3b17fa817e2509 (diff) | |
| download | pylint-python_6.tar.gz | |
Merge with defaultpython_6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ ChangeLog for Pylint ==================== -- + * Port source code to be Python 2/3 compatible. This drops the + need for 2to3, but does drop support for Python 2.5. + * Each message now comes with a confidence level attached, and can be filtered base on this level. This allows to filter out all messages that were emitted even though an inference failure |
