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

Skip to content

Commit f92b063

Browse files
committed
Update suspicious ignore file.
2 parents d0924b3 + e5caf29 commit f92b063

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

Doc/howto/logging-cookbook.rst

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

15981598
'ASCII section\ufeffUnicode section'
15991599

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

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

Doc/tools/sphinxext/susp-ignored.csv

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ 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,
1717
faq/programming,,::,for x in sequence[::-1]:
1818
faq/programming,,:reduce,"print((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,"
1919
faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,"
20+
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"
2021
faq/windows,229,:EOF,@setlocal enableextensions & python -x %~f0 %* & goto :EOF
2122
faq/windows,393,:REG,.py :REG_SZ: c:\<path to python>\python.exe -u %s %s
2223
howto/cporting,,:add,"if (!PyArg_ParseTuple(args, ""ii:add_ints"", &one, &two))"
@@ -68,6 +69,13 @@ howto/ipaddress,,:db8,'2001:db8::'
6869
howto/ipaddress,,::,'2001:db8::'
6970
howto/ipaddress,,:db8,'2001:db8::/96'
7071
howto/ipaddress,,::,'2001:db8::/96'
72+
howto/ipaddress,,:db8,>>> ipaddress.ip_interface('2001:db8::1/96')
73+
howto/ipaddress,,::,>>> ipaddress.ip_interface('2001:db8::1/96')
74+
howto/ipaddress,,:db8,'2001:db8::1'
75+
howto/ipaddress,,::,'2001:db8::1'
76+
howto/ipaddress,,:db8,IPv6Address('2001:db8::ffff:ffff')
77+
howto/ipaddress,,::,IPv6Address('2001:db8::ffff:ffff')
78+
howto/ipaddress,,:ffff,IPv6Address('2001:db8::ffff:ffff')
7179
howto/logging,,:And,"WARNING:And this, too"
7280
howto/logging,,:And,"WARNING:root:And this, too"
7381
howto/logging,,:Doing,INFO:root:Doing something
@@ -99,6 +107,7 @@ howto/webservers,,.. image:,.. image:: http.png
99107
library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
100108
library/bisect,32,:hi,all(val >= x for val in a[i:hi])
101109
library/bisect,42,:hi,all(val > x for val in a[i:hi])
110+
library/concurrent.futures,,:url,"future_to_url = {executor.submit(load_url, url, 60):url for url in URLS}"
102111
library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds
103112
library/configparser,,:option,${section:option}
104113
library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
@@ -120,6 +129,7 @@ library/dis,,`,TOS = `TOS`
120129
library/doctest,,`,``factorial`` from the ``example`` module:
121130
library/doctest,,`,The ``example`` module
122131
library/doctest,,`,Using ``factorial``
132+
library/exceptions,,:err,err.object[err.start:err.end]
123133
library/functions,,:step,a[start:stop:step]
124134
library/functions,,:stop,"a[start:stop, i]"
125135
library/functions,,:stop,a[start:stop:step]
@@ -221,6 +231,7 @@ library/pdb,,:lineno,filename:lineno
221231
library/pdb,,:lineno,[filename:lineno | bpnumber [bpnumber ...]]
222232
library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")"
223233
library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS"""
234+
library/pprint,,::,"'Programming Language :: Python :: 2 :: Only'],"
224235
library/pprint,209,::,"'classifiers': ['Development Status :: 4 - Beta',"
225236
library/pprint,209,::,"'Intended Audience :: Developers',"
226237
library/pprint,209,::,"'License :: OSI Approved :: MIT License',"
@@ -248,6 +259,7 @@ library/sqlite3,,:age,"cur.execute(""select * from people where name_last=:who a
248259
library/sqlite3,,:age,"select name_last, age from people where name_last=:who and age=:age"
249260
library/sqlite3,,:memory,
250261
library/sqlite3,,:who,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"
262+
library/sqlite3,,:path,"db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)"
251263
library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
252264
library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."
253265
library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"
@@ -280,6 +292,10 @@ library/urllib.request,,:close,Connection:close
280292
library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
281293
library/urllib.request,,:password,"""joe:[email protected]"""
282294
library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678
295+
library/venv,,:param,":param nodist: If True, Distribute is not installed into the created"
296+
library/venv,,:param,":param nopip: If True, pip is not installed into the created"
297+
library/venv,,:param,":param progress: If Distribute or pip are installed, the progress of the"
298+
library/venv,,:param,:param context: The information for the environment creation request
283299
library/xmlrpc.client,,:pass,http://user:pass@host:port/path
284300
library/xmlrpc.client,,:pass,user:pass
285301
library/xmlrpc.client,,:port,http://user:pass@host:port/path
@@ -357,6 +373,13 @@ whatsnew/3.2,,:location,... zope9-location = ${zope9:location}
357373
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
358374
whatsnew/3.2,,:prefix,... zope-conf = ${custom:prefix}/etc/zope.conf
359375
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
376+
whatsnew/changelog,,:platform,:platform:
377+
whatsnew/changelog,,:password,: Unquote before b64encoding user:password during Basic
378+
whatsnew/changelog,,:close,Connection:close header.
379+
whatsnew/changelog,,:PythonCmd,"With Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused"
380+
whatsnew/changelog,,:close,: Connection:close header is sent by requests using URLOpener
381+
whatsnew/changelog,,::,": Fix FTP tests for IPv6, bind to ""::1"" instead of ""localhost""."
382+
whatsnew/changelog,,:test,: test_subprocess:test_leaking_fds_on_error no longer gives a
360383
whatsnew/news,,:platform,:platform:
361384
whatsnew/news,,:password,: Unquote before b64encoding user:password during Basic
362385
whatsnew/news,,:close,Connection:close header.

0 commit comments

Comments
 (0)