Fix markup error and update false positive entries from "make suspicious".

This commit is contained in:
Georg Brandl 2010-10-29 05:36:28 +00:00
parent a17fd1f3b5
commit 5c66bcaa1a
2 changed files with 7 additions and 7 deletions

View File

@ -3057,7 +3057,7 @@ Currently, the useful mapping keys in a :class:`LogRecord` are:
Filter Objects Filter Objects
-------------- --------------
``Filters` can be used by ``Handlers`` and ``Loggers`` for more sophisticated ``Filters`` can be used by ``Handlers`` and ``Loggers`` for more sophisticated
filtering than is provided by levels. The base filter class only allows events filtering than is provided by levels. The base filter class only allows events
which are below a certain point in the logger hierarchy. For example, a filter which are below a certain point in the logger hierarchy. For example, a filter
initialized with "A.B" will allow events logged by loggers "A.B", "A.B.C", initialized with "A.B" will allow events logged by loggers "A.B", "A.B.C",

View File

@ -300,14 +300,14 @@ library/nntplib,272,:bytes,:bytes
library/nntplib,272,:lines,:lines library/nntplib,272,:lines,:lines
library/nntplib,272,:lines,"['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']" library/nntplib,272,:lines,"['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']"
library/nntplib,272,:bytes,"['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']" library/nntplib,272,:bytes,"['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']"
library/pickle,567,:memory,"conn = sqlite3.connect("":memory:"")" library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")"
library/profile,293,:lineno,"(sort by filename:lineno)," library/profile,,:lineno,"(sort by filename:lineno),"
library/socket,261,::,"(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]" library/socket,,::,"(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]"
library/stdtypes,1026,:end,s[start:end] library/stdtypes,1026,:end,s[start:end]
library/stdtypes,1195,:end,s[start:end] library/stdtypes,1195,:end,s[start:end]
library/urllib.request,64,:close,Connection:close library/urllib.request,,:close,Connection:close
library/urllib.request,901,:password,"""joe:password@python.org""" library/urllib.request,,:password,"""joe:password@python.org"""
library/urllib.request,1064,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n" library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
library/xmlrpc.client,103,:pass,http://user:pass@host:port/path library/xmlrpc.client,103,:pass,http://user:pass@host:port/path
library/xmlrpc.client,103,:port,http://user:pass@host:port/path library/xmlrpc.client,103,:port,http://user:pass@host:port/path
library/xmlrpc.client,103,:pass,user:pass library/xmlrpc.client,103,:pass,user:pass

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
300 library/nntplib 272 :lines :lines
301 library/nntplib 272 :lines ['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']
302 library/nntplib 272 :bytes ['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']
303 library/pickle 567 :memory conn = sqlite3.connect(":memory:")
304 library/profile 293 :lineno (sort by filename:lineno),
305 library/socket 261 :: (10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
306 library/stdtypes 1026 :end s[start:end]
307 library/stdtypes 1195 :end s[start:end]
308 library/urllib.request 64 :close Connection:close
309 library/urllib.request 901 :password "joe:password@python.org"
310 library/urllib.request 1064 :lang xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
311 library/xmlrpc.client 103 :pass http://user:pass@host:port/path
312 library/xmlrpc.client 103 :port http://user:pass@host:port/path
313 library/xmlrpc.client 103 :pass user:pass