Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c66bca

Browse files
committed
Fix markup error and update false positive entries from "make suspicious".
1 parent a17fd1f commit 5c66bca

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Doc/library/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3057,7 +3057,7 @@ Currently, the useful mapping keys in a :class:`LogRecord` are:
30573057
Filter Objects
30583058
--------------
30593059

3060-
``Filters` can be used by ``Handlers`` and ``Loggers`` for more sophisticated
3060+
``Filters`` can be used by ``Handlers`` and ``Loggers`` for more sophisticated
30613061
filtering than is provided by levels. The base filter class only allows events
30623062
which are below a certain point in the logger hierarchy. For example, a filter
30633063
initialized with "A.B" will allow events logged by loggers "A.B", "A.B.C",

Doc/tools/sphinxext/susp-ignored.csv

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -300,14 +300,14 @@ library/nntplib,272,:bytes,:bytes
300300
library/nntplib,272,:lines,:lines
301301
library/nntplib,272,:lines,"['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']"
302302
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))]"
303+
library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")"
304+
library/profile,,:lineno,"(sort by filename:lineno),"
305+
library/socket,,::,"(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]"
306306
library/stdtypes,1026,:end,s[start:end]
307307
library/stdtypes,1195,:end,s[start:end]
308-
library/urllib.request,64,:close,Connection:close
309-
library/urllib.request,901,:password,"""joe:[email protected]"""
310-
library/urllib.request,1064,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
308+
library/urllib.request,,:close,Connection:close
309+
library/urllib.request,,:password,"""joe:[email protected]"""
310+
library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
311311
library/xmlrpc.client,103,:pass,http://user:pass@host:port/path
312312
library/xmlrpc.client,103,:port,http://user:pass@host:port/path
313313
library/xmlrpc.client,103,:pass,user:pass

0 commit comments

Comments
 (0)