diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-07-06 05:08:15 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-07-06 05:08:15 (GMT) |
commit | e6f87fcfa1f8f4606d5ca3798e8663bacb84c2ba (patch) | |
tree | 91abd7af795adaecc2baa9dd55c990e53105bc4a /Doc | |
parent | 6c5824aaa5e22e8fe8ab35ec48d775fbb90c4a13 (diff) | |
download | cpython-e6f87fcfa1f8f4606d5ca3798e8663bacb84c2ba.zip cpython-e6f87fcfa1f8f4606d5ca3798e8663bacb84c2ba.tar.gz cpython-e6f87fcfa1f8f4606d5ca3798e8663bacb84c2ba.tar.bz2 |
Update Docs/tools/susp-ignored.csv
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index dc719e5..31e80e5 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -102,7 +102,6 @@ library/pyexpat,,:elem1,<py:elem1 /> library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">" library/smtplib,,:port,method must support that as well as a regular host:port library/socket,,::,'5aef:2b::8' -library/socket,,::,"(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]" library/sqlite3,,:memory, library/sqlite3,,:who,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})" library/sqlite3,,:age,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})" @@ -128,6 +127,16 @@ library/urllib,,:port,:port library/urllib2,,:password,"""joe:password@python.org""" library/urllib2,,:close,Connection:close library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678 +library/xml.etree.elementtree,,:sometag,prefix:sometag +library/xml.etree.elementtree,,:fictional,"<actors xmlns:fictional=""http://characters.example.com""" +library/xml.etree.elementtree,,:character,<fictional:character>Lancelot</fictional:character> +library/xml.etree.elementtree,,:character,<fictional:character>Archie Leach</fictional:character> +library/xml.etree.elementtree,,:character,<fictional:character>Sir Robin</fictional:character> +library/xml.etree.elementtree,,:character,<fictional:character>Gunther</fictional:character> +library/xml.etree.elementtree,,:character,<fictional:character>Commander Clement</fictional:character> +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/xmlrpclib,,:pass,http://user:pass@host:port/path library/xmlrpclib,,:pass,user:pass library/xmlrpclib,,:port,http://user:pass@host:port/path @@ -179,8 +188,8 @@ whatsnew/2.4,,:System, whatsnew/2.5,,:memory,:memory: whatsnew/2.5,,:step,[start:stop:step] whatsnew/2.5,,:stop,[start:stop:step] -whatsnew/2.7,735,:Sunday,'2009:4:Sunday' -whatsnew/2.7,862,::,"export PYTHONWARNINGS=all,error:::Cookie:0" -whatsnew/2.7,862,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0" +whatsnew/2.7,,:Sunday,'2009:4:Sunday' +whatsnew/2.7,,::,"export PYTHONWARNINGS=all,error:::Cookie:0" +whatsnew/2.7,,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0" whatsnew/2.7,,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo') whatsnew/2.7,,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]'," |