Update Docs/tools/susp-ignored.csv

This commit is contained in:
Zachary Ware 2015-07-06 00:08:15 -05:00
parent 6c5824aaa5
commit e6f87fcfa1
1 changed files with 13 additions and 4 deletions

View File

@ -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]',"

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
102 library/pyexpat :py xmlns:py = "http://www.python.org/ns/">
103 library/smtplib :port method must support that as well as a regular host:port
104 library/socket :: '5aef:2b::8'
library/socket :: (10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
105 library/sqlite3 :memory
106 library/sqlite3 :who cur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
107 library/sqlite3 :age cur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
127 library/urllib2 :password "joe:password@python.org"
128 library/urllib2 :close Connection:close
129 library/uuid :uuid urn:uuid:12345678-1234-5678-1234-567812345678
130 library/xml.etree.elementtree :sometag prefix:sometag
131 library/xml.etree.elementtree :fictional <actors xmlns:fictional="http://characters.example.com"
132 library/xml.etree.elementtree :character <fictional:character>Lancelot</fictional:character>
133 library/xml.etree.elementtree :character <fictional:character>Archie Leach</fictional:character>
134 library/xml.etree.elementtree :character <fictional:character>Sir Robin</fictional:character>
135 library/xml.etree.elementtree :character <fictional:character>Gunther</fictional:character>
136 library/xml.etree.elementtree :character <fictional:character>Commander Clement</fictional:character>
137 library/xml.etree.elementtree :actor for actor in root.findall('real_person:actor', ns):
138 library/xml.etree.elementtree :name name = actor.find('real_person:name', ns)
139 library/xml.etree.elementtree :character for char in actor.findall('role:character', ns):
140 library/xmlrpclib :pass http://user:pass@host:port/path
141 library/xmlrpclib :pass user:pass
142 library/xmlrpclib :port http://user:pass@host:port/path
188 whatsnew/2.5 :memory :memory:
189 whatsnew/2.5 :step [start:stop:step]
190 whatsnew/2.5 :stop [start:stop:step]
191 whatsnew/2.7 735 :Sunday '2009:4:Sunday'
192 whatsnew/2.7 862 :: export PYTHONWARNINGS=all,error:::Cookie:0
193 whatsnew/2.7 862 :Cookie export PYTHONWARNINGS=all,error:::Cookie:0
194 whatsnew/2.7 :: >>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
195 whatsnew/2.7 :: ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',