Update suspicious ignore file.

This commit is contained in:
Ezio Melotti 2012-09-20 08:46:06 +03:00
parent 7598e18bf2
commit be54d6d2f3

View file

@ -124,9 +124,8 @@ library/functions,,:step,a[start:stop:step]
library/functions,,:stop,"a[start:stop, i]"
library/functions,,:stop,a[start:stop:step]
library/hotshot,,:lineno,"ncalls tottime percall cumtime percall filename:lineno(function)"
library/http.client,52,:port,host:port
library/http.client,,:port,host:port
library/http.cookies,,`,!#$%&'*+-.^_`|~:
library/httplib,,:port,host:port
library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"
library/inspect,,:int,">>> def foo(a, *, b:int, **kwargs):"

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
124 library/functions :stop a[start:stop, i]
125 library/functions :stop a[start:stop:step]
126 library/hotshot :lineno ncalls tottime percall cumtime percall filename:lineno(function)
127 library/http.client 52 :port host:port
128 library/http.cookies ` !#$%&'*+-.^_`|~:
library/httplib :port host:port
129 library/imaplib :MM "DD-Mmm-YYYY HH:MM:SS
130 library/imaplib :SS "DD-Mmm-YYYY HH:MM:SS
131 library/inspect :int >>> def foo(a, *, b:int, **kwargs):