summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-11 19:38:33 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-06-11 19:38:33 (GMT)
commit326196047fcf8191bf06210e85b9b0b608763c79 (patch)
tree8a3f3acc1d382f0016eb84a5781bbc39837c62f5 /Doc
parent742192a4fea88b49633288fb6e5bea68cf0bdcc0 (diff)
downloadcpython-326196047fcf8191bf06210e85b9b0b608763c79.zip
cpython-326196047fcf8191bf06210e85b9b0b608763c79.tar.gz
cpython-326196047fcf8191bf06210e85b9b0b608763c79.tar.bz2
Silence 'make suspicious' warnings
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/susp-ignored.csv6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv
index c394af3..dba93bf 100644
--- a/Doc/tools/susp-ignored.csv
+++ b/Doc/tools/susp-ignored.csv
@@ -282,9 +282,9 @@ library/xml.etree.elementtree,301,:character,<fictional:character>Archie Leach</
library/xml.etree.elementtree,301,:character,<fictional:character>Sir Robin</fictional:character>
library/xml.etree.elementtree,301,:character,<fictional:character>Gunther</fictional:character>
library/xml.etree.elementtree,301,:character,<fictional:character>Commander Clement</fictional:character>
-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"