From 5c66bcaa1aa52e20f03dd4c850d647028e30d6ca Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 29 Oct 2010 05:36:28 +0000 Subject: Fix markup error and update false positive entries from "make suspicious". --- Doc/library/logging.rst | 2 +- Doc/tools/sphinxext/susp-ignored.csv | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 9023738..ed0294b 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -3057,7 +3057,7 @@ Currently, the useful mapping keys in a :class:`LogRecord` are: 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 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", diff --git a/Doc/tools/sphinxext/susp-ignored.csv b/Doc/tools/sphinxext/susp-ignored.csv index 61c489b..99677e3 100644 --- a/Doc/tools/sphinxext/susp-ignored.csv +++ b/Doc/tools/sphinxext/susp-ignored.csv @@ -300,14 +300,14 @@ library/nntplib,272,:bytes,:bytes library/nntplib,272,:lines,:lines 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/pickle,567,:memory,"conn = sqlite3.connect("":memory:"")" -library/profile,293,:lineno,"(sort by filename:lineno)," -library/socket,261,::,"(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]" +library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")" +library/profile,,:lineno,"(sort by filename:lineno)," +library/socket,,::,"(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]" library/stdtypes,1026,:end,s[start:end] library/stdtypes,1195,:end,s[start:end] -library/urllib.request,64,:close,Connection:close -library/urllib.request,901,:password,"""joe:password@python.org""" -library/urllib.request,1064,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n\n" +library/urllib.request,,:close,Connection:close +library/urllib.request,,:password,"""joe:password@python.org""" +library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n\n" 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,:pass,user:pass -- cgit v0.12