Update ignore file for suspicious builder.

This commit is contained in:
Georg Brandl 2009-04-08 16:39:04 +00:00
parent 6cb1ff32c2
commit 1e97cb2b73
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ library/hotshot,,:lineno,"ncalls tottime percall cumtime percall filename:li
library/httplib,,:port,host:port
library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS +HHMM"""
library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS +HHMM"""
library/itertools,,:stop,elements from seq[start:stop:step]
library/itertools,,:step,elements from seq[start:stop:step]
library/linecache,,:sys,"sys:x:3:3:sys:/dev:/bin/sh"
library/logging,,:And,
library/logging,,:package1,

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
48 library/httplib :port host:port
49 library/imaplib :MM "DD-Mmm-YYYY HH:MM:SS +HHMM"
50 library/imaplib :SS "DD-Mmm-YYYY HH:MM:SS +HHMM"
51 library/itertools :stop elements from seq[start:stop:step]
52 library/itertools :step elements from seq[start:stop:step]
53 library/linecache :sys sys:x:3:3:sys:/dev:/bin/sh
54 library/logging :And
55 library/logging :package1