From: Zachary Ware Date: Wed, 26 Oct 2016 02:49:19 +0000 (-0500) Subject: Remove unused suspicious rules X-Git-Tag: v3.7.0a1~2124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6743999d74ab665c621e003c843bc23692ee969e;p=thirdparty%2FPython%2Fcpython.git Remove unused suspicious rules --- diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index cb01c85e5a58..01206dc09c8e 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -323,6 +323,4 @@ whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1') whatsnew/3.5,,:root,ERROR:root:exception whatsnew/3.5,,:exception,ERROR:root:exception whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')] -whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't" -whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as" whatsnew/changelog,,`,"for readability (was ""`"")."