From: Berker Peksag Date: Sat, 11 Jun 2016 19:38:33 +0000 (+0300) Subject: Silence 'make suspicious' warnings X-Git-Tag: v3.5.2rc1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=326196047fcf8191bf06210e85b9b0b608763c79;p=thirdparty%2FPython%2Fcpython.git Silence 'make suspicious' warnings --- diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index c394af335a07..dba93bf3a72b 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -282,9 +282,9 @@ library/xml.etree.elementtree,301,:character,Archie LeachSir Robin library/xml.etree.elementtree,301,:character,Gunther library/xml.etree.elementtree,301,:character,Commander Clement -library/xml.etree.elementtree,332,:actor,"for actor in root.findall('real_person:actor', ns):" -library/xml.etree.elementtree,332,:name,"name = actor.find('real_person:name', ns)" -library/xml.etree.elementtree,332,:character,"for char in actor.findall('role:character', ns):" +library/xml.etree.elementtree,,:actor,"for actor in root.findall('real_person:actor', ns):" +library/xml.etree.elementtree,,:name,"name = actor.find('real_person:name', ns)" +library/xml.etree.elementtree,,:character,"for char in actor.findall('role:character', ns):" library/zipapp,31,:main,"$ python -m zipapp myapp -m ""myapp:main""" library/zipapp,82,:fn,"argument should have the form ""pkg.mod:fn"", where ""pkg.mod"" is a" library/zipapp,155,:callable,"""pkg.module:callable"" and the archive will be run by importing"