summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2017-11-11 13:16:14 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2017-11-11 13:16:14 +0100
commit9125084de6d37b91c0683501444169d497262162 (patch)
tree82c65e3acdce287c56dda748b390c5e3258b3223
parent2f9739a776205da43998f541b5f670f2976b16b5 (diff)
downloadpylint-git-9125084de6d37b91c0683501444169d497262162.tar.gz
Add What's New entry for the no-absolute-import check
-rw-r--r--doc/whatsnew/1.8.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/whatsnew/1.8.rst b/doc/whatsnew/1.8.rst
index 559b303fb..d91c1516f 100644
--- a/doc/whatsnew/1.8.rst
+++ b/doc/whatsnew/1.8.rst
@@ -323,3 +323,5 @@ Other Changes
* Fix of false positive ``useless-else-on-loop`` message when break statements
are deeply nested inside loop.
+
+* The Python 3 porting checker no longer emits multiple `no-absolute-import` per file. \ No newline at end of file