Skip to content

Commit 4dfe328

Browse files
committed
Add ChangeLog entry for the new py3k change
1 parent 996b3fb commit 4dfe328

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/whatsnew/1.8.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -347,4 +347,6 @@ Other Changes
347347
* Fix of false positive ``useless-else-on-loop`` message when break statements
348348
are deeply nested inside loop.
349349

350-
* The Python 3 porting checker no longer emits multiple `no-absolute-import` per file.
350+
* The Python 3 porting checker no longer emits multiple `no-absolute-import` per file.
351+
352+
* The Python 3 porting checker respects disabled checkers found in the config file.

0 commit comments

Comments
 (0)