diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-11 19:38:57 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-11 19:38:57 (GMT) |
commit | d1f534065c9370326a83545d2424ae3b7fb6828c (patch) | |
tree | 3b63e06ed989d83f9abbee91d08a1266135566f8 /Doc/tools | |
parent | 28dc1186a895ee76cbe039d71110b8a31fa1add4 (diff) | |
parent | 326196047fcf8191bf06210e85b9b0b608763c79 (diff) | |
download | cpython-d1f534065c9370326a83545d2424ae3b7fb6828c.zip cpython-d1f534065c9370326a83545d2424ae3b7fb6828c.tar.gz cpython-d1f534065c9370326a83545d2424ae3b7fb6828c.tar.bz2 |
Merge from 3.5
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 46cc2f1..4d3ecda 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -283,9 +283,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" |