summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-02-24 11:11:51 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-02-24 11:11:51 +0200
commitab0e6ff678fddd8615f11991945bf3be6e6c09e2 (patch)
tree5f0c941d4bb0d82d987c25ba1ca26230caaf053a /ChangeLog
parente8cb5a7a24e03c33b6aa6c473fd91eae7daf857d (diff)
downloadpylint-ab0e6ff678fddd8615f11991945bf3be6e6c09e2.tar.gz
Support for combining the Python 3 checker mode with the --jobs flag.
This patch makes sure that --py3k and --jobs flags can be combined together. It introduces a new method in lint.PyLinter, called set_python3_porting_mode, which will setup a new flag inside the linter, passed down to child linters when they are created. Closes issue #467.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c361c10..ff1b671 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,9 @@ ChangeLog for Pylint
`type(x) == Y` instead of `isinstance(x, Y)`. Patch by Chris Rebert.
Closes issue #299.
+ * Add support for combining the Python 3 checker mode with the --jobs
+ flag (--py3k and --jobs). Closes issue #467.
+
2015-01-16 -- 1.4.1