cpython/Doc/tools/sphinxext/susp-ignored.csv

22 KiB

1c-api/arg:refPyArg_ParseTuple(args, "O|O:ref", &object, &callback)
2c-api/list:highlist[low:high]
3c-api/list:highlist[low:high] = itemlist
4c-api/sequence:i2del o[i1:i2]
5c-api/sequence:i2o[i1:i2]
6c-api/sequence:i2o[i1:i2] = v
7c-api/unicode:endstr[start:end]
8c-api/unicode:startunicode[start:start+length]
9distutils/examples267`This is the description of the ``foobar`` package.
10distutils/setupscript::
11extending/embedding:numargsif(!PyArg_ParseTuple(args, ":numargs"))
12extending/extending:myfunctionPyArg_ParseTuple(args, "D:myfunction", &c);
13extending/extending:setif (PyArg_ParseTuple(args, "O:set_callback", &temp)) {
14extending/newtypes:callif (!PyArg_ParseTuple(args, "sss:call", &arg1, &arg2, &arg3)) {
15extending/windows:initspam/export:initspam
16faq/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(
17faq/programming::for x in sequence[::-1]:
18faq/programming:reduceprint((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,
19faq/programming:reduceSx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,
20faq/windows229:EOF@setlocal enableextensions & python -x %~f0 %* & goto :EOF
21faq/windows393:REG.py :REG_SZ: c:\<path to python>\python.exe -u %s %s
22howto/cporting:addif (!PyArg_ParseTuple(args, "ii:add_ints", &one, &two))
23howto/cporting:encodeif (!PyArg_ParseTuple(args, "O:encode_object", &myobj))
24howto/cporting:sayif (!PyArg_ParseTuple(args, "U:say_hello", &name))
25howto/curses:blackThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
26howto/curses:blueThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
27howto/curses:cyanThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
28howto/curses:greenThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
29howto/curses:magentaThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
30howto/curses:redThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
31howto/curses:white7:white.
32howto/curses:yellowThey are: 0:black, 1:red, 2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and
33howto/ipaddress:DB8>>> ipaddress.ip_address('2001:DB8::1')
34howto/ipaddress::>>> ipaddress.ip_address('2001:DB8::1')
35howto/ipaddress:db8IPv6Address('2001:db8::1')
36howto/ipaddress::IPv6Address('2001:db8::1')
37howto/ipaddress:db8IPv6Address('2001:db8::1')
38howto/ipaddress::IPv6Address('2001:db8::1')
39howto/ipaddress::IPv6Address('::1')
40howto/ipaddress:db8>>> ipaddress.ip_network('2001:db8::0/96')
41howto/ipaddress::>>> ipaddress.ip_network('2001:db8::0/96')
42howto/ipaddress:db8IPv6Network('2001:db8::/96')
43howto/ipaddress::IPv6Network('2001:db8::/96')
44howto/ipaddress:db8IPv6Network('2001:db8::/128')
45howto/ipaddress::IPv6Network('2001:db8::/128')
46howto/ipaddress:db8>>> ipaddress.ip_network('2001:db8::1/96')
47howto/ipaddress::>>> ipaddress.ip_network('2001:db8::1/96')
48howto/ipaddress:db8IPv6Interface('2001:db8::1/96')
49howto/ipaddress::IPv6Interface('2001:db8::1/96')
50howto/ipaddress:db8>>> addr6 = ipaddress.ip_address('2001:db8::1')
51howto/ipaddress::>>> addr6 = ipaddress.ip_address('2001:db8::1')
52howto/ipaddress:db8>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
53howto/ipaddress::>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
54howto/ipaddress:db8IPv6Network('2001:db8::/96')
55howto/ipaddress::IPv6Network('2001:db8::/96')
56howto/ipaddress:db8>>> net6 = ipaddress.ip_network('2001:db8::0/96')
57howto/ipaddress::>>> net6 = ipaddress.ip_network('2001:db8::0/96')
58howto/ipaddress:db8>>> net6 = ipaddress.ip_network('2001:db8::0/96')
59howto/ipaddress::>>> net6 = ipaddress.ip_network('2001:db8::0/96')
60howto/ipaddress:ffffIPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
61howto/ipaddress::IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
62howto/ipaddress::IPv6Address('::ffff:ffff')
63howto/ipaddress:ffffIPv6Address('::ffff:ffff')
64howto/ipaddress::IPv6Address('2001::1')
65howto/ipaddress::IPv6Address('2001::ffff:ffff')
66howto/ipaddress:ffffIPv6Address('2001::ffff:ffff')
67howto/ipaddress:db8'2001:db8::'
68howto/ipaddress::'2001:db8::'
69howto/ipaddress:db8'2001:db8::/96'
70howto/ipaddress::'2001:db8::/96'
71howto/logging:AndWARNING:And this, too
72howto/logging:AndWARNING:root:And this, too
73howto/logging:DoingINFO:root:Doing something
74howto/logging:FinishedINFO:root:Finished
75howto/logging:loggerseverity:logger name:message
76howto/logging:LookWARNING:root:Look before you leap!
77howto/logging:messageseverity:logger name:message
78howto/logging:rootDEBUG:root:This message should go to the log file
79howto/logging:rootINFO:root:Doing something
80howto/logging:rootINFO:root:Finished
81howto/logging:rootINFO:root:So should this
82howto/logging:rootINFO:root:Started
83howto/logging:rootWARNING:root:And this, too
84howto/logging:rootWARNING:root:Look before you leap!
85howto/logging:rootWARNING:root:Watch out!
86howto/logging:SoINFO:root:So should this
87howto/logging:SoINFO:So should this
88howto/logging:StartedINFO:root:Started
89howto/logging:ThisDEBUG:root:This message should go to the log file
90howto/logging:ThisDEBUG:This message should appear on the console
91howto/logging:WatchWARNING:root:Watch out!
92howto/pyporting75::# make sure to use :: Python *and* :: Python :: 3 so
93howto/pyporting75::'Programming Language :: Python',
94howto/pyporting75::'Programming Language :: Python :: 3'
95howto/regex::
96howto/regex:foo(?:foo)
97howto/urllib2:examplefor example "joe@password:example.com"
98howto/webservers.. image:.. image:: http.png
99library/audioop:ipos# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],
100library/bisect32:hiall(val >= x for val in a[i:hi])
101library/bisect42:hiall(val > x for val in a[i:hi])
102library/configparser:homemy_dir: ${Common:home_dir}/twosheds
103library/configparser:option${section:option}
104library/configparser:pathpython_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
105library/configparser:Pythonpython_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
106library/configparser`# Set the optional `raw` argument of get() to True if you wish to disable
107library/configparser:systempath: ${Common:system_dir}/Library/Frameworks/
108library/configparser`# The optional `fallback` argument can be used to provide a fallback value
109library/configparser`# The optional `vars` argument is a dict with members that will take
110library/datetime:MM
111library/datetime:SS
112library/decimal:optionaltrailneg:optional trailing minus indicator
113library/difflib:ahia[alo:ahi]
114library/difflib:bhib[blo:bhi]
115library/difflib:i1
116library/difflib:i2
117library/difflib:j2
118library/dis:TOS
119library/dis`TOS = `TOS`
120library/doctest```factorial`` from the ``example`` module:
121library/doctest`The ``example`` module
122library/doctest`Using ``factorial``
123library/functions:stepa[start:stop:step]
124library/functions:stopa[start:stop, i]
125library/functions:stopa[start:stop:step]
126library/hotshot:linenoncalls tottime percall cumtime percall filename:lineno(function)
127library/http.client:porthost:port
128library/http.cookies`!#$%&'*+-.^_`|~:
129library/imaplib:MM"DD-Mmm-YYYY HH:MM:SS
130library/imaplib:SS"DD-Mmm-YYYY HH:MM:SS
131library/inspect:int>>> def foo(a, *, b:int, **kwargs):
132library/inspect:int'(a, *, b:int, **kwargs)'
133library/inspect:int'b:int'
134library/ipaddress:db8>>> ipaddress.ip_address('2001:db8::')
135library/ipaddress::>>> ipaddress.ip_address('2001:db8::')
136library/ipaddress:db8IPv6Address('2001:db8::')
137library/ipaddress::IPv6Address('2001:db8::')
138library/ipaddress:db8>>> ipaddress.IPv6Address('2001:db8::1000')
139library/ipaddress::>>> ipaddress.IPv6Address('2001:db8::1000')
140library/ipaddress:db8IPv6Address('2001:db8::1000')
141library/ipaddress::IPv6Address('2001:db8::1000')
142library/ipaddress:db8>>> ipaddress.IPv6Interface('2001:db8::1000/96')
143library/ipaddress::>>> ipaddress.IPv6Interface('2001:db8::1000/96')
144library/ipaddress:db8IPv6Interface('2001:db8::1000/96')
145library/ipaddress::IPv6Interface('2001:db8::1000/96')
146library/ipaddress:db8>>> ipaddress.IPv6Interface('2001:db8::1000/96').network
147library/ipaddress::>>> ipaddress.IPv6Interface('2001:db8::1000/96').network
148library/ipaddress:db8IPv6Network('2001:db8::/96')
149library/ipaddress::IPv6Network('2001:db8::/96')
150library/ipaddress:db8>>> ipaddress.IPv6Network('2001:db8::/96')
151library/ipaddress::>>> ipaddress.IPv6Network('2001:db8::/96')
152library/ipaddress:db8IPv6Network('2001:db8::/96')
153library/ipaddress::IPv6Network('2001:db8::/96')
154library/ipaddress:db8>>> ipaddress.IPv6Network('2001:db8::/96').netmask
155library/ipaddress::>>> ipaddress.IPv6Network('2001:db8::/96').netmask
156library/ipaddress:ffffIPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
157library/ipaddress::IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
158library/ipaddress:db8>>> ipaddress.IPv6Network('2001:db8::1000/96', strict=False)
159library/ipaddress::>>> ipaddress.IPv6Network('2001:db8::1000/96', strict=False)
160library/ipaddress::"::abc:7:def"
161library/ipaddress:def"::abc:7:def"
162library/ipaddress::::FFFF/96
163library/ipaddress::2002::/16
164library/ipaddress::2001::/32
165library/ipaddress::>>> str(ipaddress.IPv6Address('::1'))
166library/ipaddress::'::1'
167library/ipaddress::>>> int(ipaddress.IPv6Address('::1'))
168library/ipaddress:ff00ffff:ff00::
169library/ipaddress:db002001:db00::0/24
170library/ipaddress::2001:db00::0/24
171library/ipaddress:db002001:db00::0/ffff:ff00::
172library/ipaddress::2001:db00::0/ffff:ff00::
173library/ipaddress:ff002001:db00::0/ffff:ff00::
174library/itertools:stepelements from seq[start:stop:step]
175library/itertools:stopelements from seq[start:stop:step]
176library/linecache:syssys:x:3:3:sys:/dev:/bin/sh
177library/logging:And
178library/logging:DoingINFO:root:Doing something
179library/logging:FinishedINFO:root:Finished
180library/logging:loggerseverity:logger name:message
181library/logging:LookWARNING:root:Look before you leap!
182library/logging:messageseverity:logger name:message
183library/logging:package1
184library/logging:package2
185library/logging:porthost:port
186library/logging:root
187library/logging:SoINFO:root:So should this
188library/logging:SoINFO:So should this
189library/logging:StartedINFO:root:Started
190library/logging:This
191library/logging:WatchWARNING:root:Watch out!
192library/logging.handlers:porthost:port
193library/mmap:i2obj[i1:i2]
194library/multiprocessing`# Add more tasks using `put()`
195library/multiprocessing`# A test file for the `multiprocessing` package
196library/multiprocessing`# A test of `multiprocessing.Pool` class
197library/multiprocessing`# `BaseManager`.
198library/multiprocessing``Cluster` is a subclass of `SyncManager` so it allows creation of
199library/multiprocessing`# create server for a `HostManager` object
200library/multiprocessing`# Depends on `multiprocessing` package -- tested with `processing-0.60`
201library/multiprocessing``hostname` gives the name of the host. If hostname is not
202library/multiprocessing`# in the original order then consider using `Pool.map()` or
203library/multiprocessing`>>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`
204library/multiprocessing`>>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`
205library/multiprocessing`# Not sure if we should synchronize access to `socket.accept()` method by
206library/multiprocessing`# object. (We import `multiprocessing.reduction` to enable this pickling.)
207library/multiprocessing`# `Pool.imap()` (which will save on the amount of code needed anyway).
208library/multiprocessing:queue>>> QueueManager.register('get_queue', callable=lambda:queue)
209library/multiprocessing`# register the Foo class; make `f()` and `g()` accessible via proxy
210library/multiprocessing`# register the Foo class; make `g()` and `_h()` accessible via proxy
211library/multiprocessing`# register the generator function baz; use `GeneratorProxy` to make proxies
212library/multiprocessing``slots` is used to specify the number of slots for processes on
213library/nntplib:bytes:bytes
214library/nntplib:bytes['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']
215library/nntplib:lines:lines
216library/nntplib:lines['xref', 'from', ':lines', ':bytes', 'references', 'date', 'message-id', 'subject']
217library/optparse:lendel parser.rargs[:len(value)]
218library/os.path:fooc:foo
219library/parser`"Make a function that raises an argument to the exponent `exp`."
220library/pdb:linenofilename:lineno
221library/pdb:lineno[filename:lineno | bpnumber [bpnumber ...]]
222library/pickle:memoryconn = sqlite3.connect(":memory:")
223library/posix`CFLAGS="`getconf LFS_CFLAGS`" OPT="-g -O2 $CFLAGS"
224library/pprint209::'classifiers': ['Development Status :: 4 - Beta',
225library/pprint209::'Intended Audience :: Developers',
226library/pprint209::'License :: OSI Approved :: MIT License',
227library/pprint209::'Natural Language :: English',
228library/pprint209::'Operating System :: OS Independent',
229library/pprint209::'Programming Language :: Python',
230library/pprint209::'Programming Language :: Python :: 2',
231library/pprint209::'Programming Language :: Python :: 2.6',
232library/pprint209::'Programming Language :: Python :: 2.7',
233library/pprint209::'Topic :: Software Development :: Libraries',
234library/pprint209::'Topic :: Software Development :: Libraries :: Python Modules'],
235library/profile:linenofilename:lineno(function)
236library/profile:linenoncalls tottime percall cumtime percall filename:lineno(function)
237library/profile:lineno(sort by filename:lineno),
238library/pyexpat:elem1<py:elem1 />
239library/pyexpat:pyxmlns:py = "http://www.python.org/ns/">
240library/repr`return `obj`
241library/smtplib:portas well as a regular host:port server.
242library/smtplib:portmethod must support that as well as a regular host:port
243library/socket::(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]
244library/socket::'5aef:2b::8'
245library/socket:canreturn (can_id, can_dlc, data[:can_dlc])
246library/socket:lenfds.fromstring(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
247library/sqlite3:agecur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
248library/sqlite3:ageselect name_last, age from people where name_last=:who and age=:age
249library/sqlite3:memory
250library/sqlite3:whocur.execute("select * from people where name_last=:who and age=:age", {"who": who, "age": age})
251library/ssl:MyOrganizational Unit Name (eg, section) []:My Group
252library/ssl:MyOrganization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc.
253library/ssl:myserverCommon Name (eg, YOUR name) []:myserver.mygroup.myorganization.com
254library/ssl:MyStateState or Province Name (full name) [Some-State]:MyState
255library/ssl:opsEmail Address []:ops@myserver.mygroup.myorganization.com
256library/ssl:SomeLocality Name (eg, city) []:Some City
257library/ssl:USCountry Name (2 letter code) [AU]:US
258library/stdtypes::>>> a[::-1].tolist()
259library/stdtypes::>>> a[::2].tolist()
260library/stdtypes:ends[start:end]
261library/stdtypes::>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
262library/stdtypes:lens[len(s):len(s)]
263library/stdtypes::>>> y = m[::2]
264library/stdtypes::>>> z = y[::-2]
265library/string:ends[start:end]
266library/subprocess`output=`dmesg | grep hda`
267library/subprocess`output=`mycmd myarg`
268library/tarfile:bz2
269library/tarfile:compressionfilemode[:compression]
270library/tarfile:gz
271library/tarfile:xz'a:xz'
272library/tarfile:xz'r:xz'
273library/tarfile:xz'w:xz'
274library/time:mm
275library/time:ss
276library/turtle::Example::
277library/urllib2:password"joe:password@python.org"
278library/urllib:port:port
279library/urllib.request:closeConnection:close
280library/urllib.request:langxmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n<head>\n
281library/urllib.request:password"joe:password@python.org"
282library/uuid:uuidurn:uuid:12345678-1234-5678-1234-567812345678
283library/xmlrpc.client:passhttp://user:pass@host:port/path
284library/xmlrpc.client:passuser:pass
285library/xmlrpc.client:porthttp://user:pass@host:port/path
286license```Software''), to deal in the Software without restriction, including
287license`THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
288license`* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
289license`THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
290license`* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
291license`THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
292license:zookomailto:zooko@zooko.com
293reference/datamodel:max
294reference/datamodel:stepa[i:j:step]
295reference/expressions:datum{key:datum...}
296reference/expressions``expressions...`
297reference/expressions:indexx[index:index]
298reference/grammar:output#diagram:output
299reference/grammar:rules#diagram:rules
300reference/grammar`'`' testlist1 '`'
301reference/grammar:token#diagram:token
302reference/lexical_analysis`, : . ` = ;
303reference/lexical_analysis`$ ? `
304reference/lexical_analysis:fileencoding# vim:fileencoding=<encoding-name>
305tutorial/datastructures:valueIt is also possible to delete a key:value
306tutorial/datastructures:valuekey:value pairs within the braces adds initial key:value pairs
307tutorial/stdlib2:configlogging.warning('Warning:config file %s not found', 'server.conf')
308tutorial/stdlib2:configWARNING:root:Warning:config file server.conf not found
309tutorial/stdlib2:CriticalCRITICAL:root:Critical error -- shutting down
310tutorial/stdlib2:ErrorERROR:root:Error occurred
311tutorial/stdlib2:rootCRITICAL:root:Critical error -- shutting down
312tutorial/stdlib2:rootERROR:root:Error occurred
313tutorial/stdlib2:rootWARNING:root:Warning:config file server.conf not found
314tutorial/stdlib2:startextra = data[start:start+extra_size]
315tutorial/stdlib2:startfields = struct.unpack('<IIIHH', data[start:start+16])
316tutorial/stdlib2:startfilename = data[start:start+filenamesize]
317tutorial/stdlib2:WarningWARNING:root:Warning:config file server.conf not found
318using/cmdline:categoryaction:message:category:module:line
319using/cmdline:errorhandler:errorhandler
320using/cmdline:lineaction:message:category:module:line
321using/cmdline:linefile:line: category: message
322using/cmdline:messageaction:message:category:module:line
323using/cmdline:moduleaction:message:category:module:line
324whatsnew/2.0418:len
325whatsnew/2.3::
326whatsnew/2.3:config
327whatsnew/2.3:Critical
328whatsnew/2.3:Error
329whatsnew/2.3:Problem
330whatsnew/2.3:root
331whatsnew/2.3:Warning
332whatsnew/2.4::
333whatsnew/2.4:System
334whatsnew/2.5:memory:memory:
335whatsnew/2.5:step[start:stop:step]
336whatsnew/2.5:stop[start:stop:step]
337whatsnew/2.71619::ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',
338whatsnew/2.71619::>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
339whatsnew/2.7735:Sunday'2009:4:Sunday'
340whatsnew/2.7862:Cookieexport PYTHONWARNINGS=all,error:::Cookie:0
341whatsnew/2.7862::export PYTHONWARNINGS=all,error:::Cookie:0
342whatsnew/3.2:affenetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
343whatsnew/3.2:affe>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
344whatsnew/3.2:beefnetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
345whatsnew/3.2:beef>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
346whatsnew/3.2:cafenetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
347whatsnew/3.2:cafe>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
348whatsnew/3.2:deafnetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
349whatsnew/3.2:deaf>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
350whatsnew/3.2:directory... ${buildout:directory}/downloads/dist
351whatsnew/3.2:directory${buildout:directory}/downloads/dist
352whatsnew/3.2::$ export PYTHONWARNINGS='ignore::RuntimeWarning::,once::UnicodeWarning::'
353whatsnew/3.2:feednetloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',
354whatsnew/3.2:feed>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
355whatsnew/3.2:gz>>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:
356whatsnew/3.2:location... zope9-location = ${zope9:location}
357whatsnew/3.2:locationzope9-location = ${zope9:location}
358whatsnew/3.2:prefix... zope-conf = ${custom:prefix}/etc/zope.conf
359whatsnew/3.2:prefixzope-conf = ${custom:prefix}/etc/zope.conf
360whatsnew/news:platform:platform:
361whatsnew/news:password: Unquote before b64encoding user:password during Basic
362whatsnew/news:closeConnection:close header.
363whatsnew/news:PythonCmdWith Tk < 8.5 _tkinter.c:PythonCmd() raised UnicodeDecodeError, caused
364whatsnew/news:close: Connection:close header is sent by requests using URLOpener
365whatsnew/news::: Fix FTP tests for IPv6, bind to "::1" instead of "localhost".
366whatsnew/news:test: test_subprocess:test_leaking_fds_on_error no longer gives a
367whatsnew/news:test: Fix test_posix:test_getgroups failure under Solaris. Patch
368whatsnew/news:OlimitDrop -OPT:Olimit compiler option.
369whatsnew/news:MAXYEARtimedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range.
370whatsnew/news:bz2with mode 'r' or 'r:bz2' and a fileobj argument that contained no data or
371whatsnew/news:db2: Add configure option --with-dbmliborder=db1:db2:... to specify