From 99d4443eb41a872342f408e972d0bae463e25823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9nault?= Date: Mon, 23 Mar 2009 12:40:04 +0100 Subject: set E0501 line no to the first line where non ascii character has been found --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5ce532789..4eb8ff3d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,9 +3,11 @@ ChangeLog for PyLint -- * fix #8687, W0613 false positive on inner function + * fix #8332: set E0501 line no to the first line where non ascii character + has been found * implements #4037: don't issue W0142 (* or ** magic) when they are barely passed from */** arguments - + 2009-03-19 -- 0.17.0 * semicolon check : move W0601 to W0301 * remove rpython : remove all rpython checker, modules and tests -- cgit v1.2.1