diff options
author | Brett Cannon <brett@python.org> | 2015-02-20 11:46:32 -0500 |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2015-02-20 11:46:32 -0500 |
commit | 34ba5a3f9359afd806effbe95459acf5ecfa7dcc (patch) | |
tree | ed09ced45ac7349a3e8b3434dd51c7c6fc73eafd | |
parent | 54a6050954bdf1da363e60a198659c3eb3aa32d4 (diff) | |
download | pylint-34ba5a3f9359afd806effbe95459acf5ecfa7dcc.tar.gz |
Add a ChangeLog entry for *-not-iterating checks
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -30,6 +30,12 @@ ChangeLog for Pylint * The HTML output accepts the `--msg-template` option. Patch by Dan Goldsmith. + * Add 'map-builtin-not-iterating' (replacing 'implicit-map-evaluation'), + 'zip-builtin-not-iterating', 'range-builtin-not-iterating', and + 'filter-builtin-not-iterating' which are emitted by `--py3k` when the + appropriate built-in is not used in an iterating context (semantics + taken from 2to3). + 2015-01-16 -- 1.4.1 |