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

Skip to content

Commit fd4365a

Browse files
committed
Update suspicious ignore file.
1 parent 265281a commit fd4365a

4 files changed

Lines changed: 11 additions & 12 deletions

File tree

Doc/faq/library.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ When run, this will produce the following output:
351351
Worker <Thread(worker 1, started 130283832797456)> running with argument 5
352352
...
353353
354-
Consult the module's documentation for more details; the :class:`~queue.Queue``
354+
Consult the module's documentation for more details; the :class:`~queue.Queue`
355355
class provides a featureful interface.
356356

357357

Doc/howto/logging-cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ UTF-8, then you need to do the following:
15721572

15731573
'ASCII section\ufeffUnicode section'
15741574

1575-
The Unicode code point ``'\feff```, when encoded using UTF-8, will be
1575+
The Unicode code point ``'\ufeff'``, when encoded using UTF-8, will be
15761576
encoded as a UTF-8 BOM -- the byte-string ``b'\xef\xbb\xbf'``.
15771577

15781578
#. Replace the ASCII section with whatever placeholders you like, but make sure

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ always available.
764764
independent Python files are installed; by default, this is the string
765765
``'/usr/local'``. This can be set at build time with the ``--prefix``
766766
argument to the :program:`configure` script. The main collection of Python
767-
library modules is installed in the directory :file:`{prefix}/lib/python{X.Y}``
767+
library modules is installed in the directory :file:`{prefix}/lib/python{X.Y}`
768768
while the platform independent header files (all except :file:`pyconfig.h`) are
769769
stored in :file:`{prefix}/include/python{X.Y}`, where *X.Y* is the version
770770
number of Python, for example ``3.2``.

Doc/tools/sphinxext/susp-ignored.csv

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ library/repr,,`,"return `obj`"
8888
library/smtplib,,:port,"as well as a regular host:port server."
8989
library/socket,,::,'5aef:2b::8'
9090
library/sqlite3,,:memory,
91-
library/sqlite3,,:age,"select name_last, age from people where name_last=:who and age=:age"
92-
library/sqlite3,,:who,"select name_last, age from people where name_last=:who and age=:age"
91+
library/sqlite3,,:who,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"
92+
library/sqlite3,,:age,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"
9393
library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."
9494
library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
9595
library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"
@@ -112,9 +112,9 @@ library/turtle,,::,Example::
112112
library/urllib,,:port,:port
113113
library/urllib2,,:password,"""joe:[email protected]"""
114114
library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678
115-
library/xmlrpclib,,:pass,http://user:pass@host:port/path
116-
library/xmlrpclib,,:pass,user:pass
117-
library/xmlrpclib,,:port,http://user:pass@host:port/path
115+
library/xmlrpc.client,,:pass,http://user:pass@host:port/path
116+
library/xmlrpc.client,,:port,http://user:pass@host:port/path
117+
library/xmlrpc.client,,:pass,user:pass
118118
license,,`,THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
119119
license,,:zooko,mailto:[email protected]
120120
license,,`,THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
@@ -169,10 +169,12 @@ faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,y
169169
faq/programming,,:chr,">=4.0) or 1+f(xc,yc,x*x-y*y+xc,2.0*x*y+yc,k-1,f):f(xc,yc,x,y,k,f):chr("
170170
faq/programming,,::,for x in sequence[::-1]:
171171
faq/windows,229,:EOF,@setlocal enableextensions & python -x %~f0 %* & goto :EOF
172+
faq/windows,,:bd8afb90ebf2,"Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)] on win32"
172173
faq/windows,393,:REG,.py :REG_SZ: c:\<path to python>\python.exe -u %s %s
173174
library/bisect,32,:hi,all(val >= x for val in a[i:hi])
174175
library/bisect,42,:hi,all(val > x for val in a[i:hi])
175-
library/http.client,52,:port,host:port
176+
library/http.client,,:port,host:port
177+
library/http.cookies,,`,!#$%&'*+-.^_`|~
176178
library/nntplib,,:bytes,:bytes
177179
library/nntplib,,:lines,:lines
178180
library/nntplib,,:lines,"['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']"
@@ -185,9 +187,6 @@ library/stdtypes,,:end,s[start:end]
185187
library/urllib.request,,:close,Connection:close
186188
library/urllib.request,,:password,"""joe:[email protected]"""
187189
library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
188-
library/xmlrpc.client,103,:pass,http://user:pass@host:port/path
189-
library/xmlrpc.client,103,:port,http://user:pass@host:port/path
190-
library/xmlrpc.client,103,:pass,user:pass
191190
license,,`,* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
192191
license,,`,* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
193192
license,,`,"``Software''), to deal in the Software without restriction, including"

0 commit comments

Comments
 (0)