• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1c-api/arg,,:ref,"PyArg_ParseTuple(args, ""O|O:ref"", &object, &callback)"
2c-api/list,,:high,list[low:high]
3c-api/sequence,,:i2,del o[i1:i2]
4c-api/sequence,,:i2,o[i1:i2]
5c-api/tuple,,:high,p[low:high]
6c-api/unicode,,:end,str[start:end]
7c-api/unicode,,:start,unicode[start:start+length]
8distutils/examples,,`,This is the description of the ``foobar`` package.
9distutils/setupscript,,::,
10extending/embedding,,:numargs,"if(!PyArg_ParseTuple(args, "":numargs""))"
11extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);"
12extending/extending,,:set,"if (PyArg_ParseTuple(args, ""O:set_callback"", &temp)) {"
13extending/newtypes,,:call,"if (!PyArg_ParseTuple(args, ""sss:call"", &arg1, &arg2, &arg3)) {"
14faq/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("
15faq/programming,,:reduce,"print((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,"
16faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,"
17faq/windows,,:d48eceb,"Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32"
18howto/curses,,:black,"colors when it activates color mode.  They are: 0:black, 1:red,"
19howto/curses,,:red,"colors when it activates color mode.  They are: 0:black, 1:red,"
20howto/curses,,:green,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white.  The"
21howto/curses,,:yellow,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white.  The"
22howto/curses,,:blue,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white.  The"
23howto/curses,,:magenta,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white.  The"
24howto/curses,,:cyan,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white.  The"
25howto/curses,,:white,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white.  The"
26howto/descriptor,,:root,"INFO:root"
27howto/descriptor,,:Updating,"root:Updating"
28howto/descriptor,,:Accessing,"root:Accessing"
29howto/instrumentation,,::,python$target:::function-entry
30howto/instrumentation,,:function,python$target:::function-entry
31howto/instrumentation,,::,python$target:::function-return
32howto/instrumentation,,:function,python$target:::function-return
33howto/instrumentation,,:call,156641360502280  function-entry:call_stack.py:start:23
34howto/instrumentation,,:start,156641360502280  function-entry:call_stack.py:start:23
35howto/instrumentation,,:function,156641360518804  function-entry: call_stack.py:function_1:1
36howto/instrumentation,,:function,156641360532797  function-entry:  call_stack.py:function_3:9
37howto/instrumentation,,:function,156641360546807 function-return:  call_stack.py:function_3:10
38howto/instrumentation,,:function,156641360563367 function-return: call_stack.py:function_1:2
39howto/instrumentation,,:function,156641360578365  function-entry: call_stack.py:function_2:5
40howto/instrumentation,,:function,156641360591757  function-entry:  call_stack.py:function_1:1
41howto/instrumentation,,:function,156641360605556  function-entry:   call_stack.py:function_3:9
42howto/instrumentation,,:function,156641360617482 function-return:   call_stack.py:function_3:10
43howto/instrumentation,,:function,156641360629814 function-return:  call_stack.py:function_1:2
44howto/instrumentation,,:function,156641360642285 function-return: call_stack.py:function_2:6
45howto/instrumentation,,:function,156641360656770  function-entry: call_stack.py:function_3:9
46howto/instrumentation,,:function,156641360669707 function-return: call_stack.py:function_3:10
47howto/instrumentation,,:function,156641360687853  function-entry: call_stack.py:function_4:13
48howto/instrumentation,,:function,156641360700719 function-return: call_stack.py:function_4:14
49howto/instrumentation,,:function,156641360719640  function-entry: call_stack.py:function_5:18
50howto/instrumentation,,:function,156641360732567 function-return: call_stack.py:function_5:21
51howto/instrumentation,,:call,156641360747370 function-return:call_stack.py:start:28
52howto/instrumentation,,:start,156641360747370 function-return:call_stack.py:start:28
53howto/ipaddress,,:DB8,>>> ipaddress.ip_address('2001:DB8::1')
54howto/ipaddress,,::,>>> ipaddress.ip_address('2001:DB8::1')
55howto/ipaddress,,:db8,IPv6Address('2001:db8::1')
56howto/ipaddress,,::,IPv6Address('2001:db8::1')
57howto/ipaddress,,::,IPv6Address('::1')
58howto/ipaddress,,:db8,>>> ipaddress.ip_network('2001:db8::0/96')
59howto/ipaddress,,::,>>> ipaddress.ip_network('2001:db8::0/96')
60howto/ipaddress,,:db8,IPv6Network('2001:db8::/96')
61howto/ipaddress,,::,IPv6Network('2001:db8::/96')
62howto/ipaddress,,:db8,IPv6Network('2001:db8::/128')
63howto/ipaddress,,::,IPv6Network('2001:db8::/128')
64howto/ipaddress,,:db8,IPv6Interface('2001:db8::1/96')
65howto/ipaddress,,::,IPv6Interface('2001:db8::1/96')
66howto/ipaddress,,:db8,>>> addr6 = ipaddress.ip_address('2001:db8::1')
67howto/ipaddress,,::,>>> addr6 = ipaddress.ip_address('2001:db8::1')
68howto/ipaddress,,:db8,>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
69howto/ipaddress,,::,>>> host6 = ipaddress.ip_interface('2001:db8::1/96')
70howto/ipaddress,,:db8,>>> net6 = ipaddress.ip_network('2001:db8::0/96')
71howto/ipaddress,,::,>>> net6 = ipaddress.ip_network('2001:db8::0/96')
72howto/ipaddress,,:ffff,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
73howto/ipaddress,,::,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')
74howto/ipaddress,,::,IPv6Address('::ffff:ffff')
75howto/ipaddress,,:ffff,IPv6Address('::ffff:ffff')
76howto/ipaddress,,:db8,'2001:db8::/96'
77howto/ipaddress,,::,'2001:db8::/96'
78howto/ipaddress,,:db8,>>> ipaddress.ip_interface('2001:db8::1/96')
79howto/ipaddress,,::,>>> ipaddress.ip_interface('2001:db8::1/96')
80howto/ipaddress,,:db8,'2001:db8::1'
81howto/ipaddress,,::,'2001:db8::1'
82howto/ipaddress,,:db8,IPv6Address('2001:db8::ffff:ffff')
83howto/ipaddress,,::,IPv6Address('2001:db8::ffff:ffff')
84howto/ipaddress,,:ffff,IPv6Address('2001:db8::ffff:ffff')
85howto/logging,,:And,"WARNING:And this, too"
86howto/logging,,:And,"WARNING:root:And this, too"
87howto/logging,,:And,"ERROR:root:And non-ASCII stuff, too, like "
88howto/logging,,:Doing,INFO:root:Doing something
89howto/logging,,:Finished,INFO:root:Finished
90howto/logging,,:logger,severity:logger name:message
91howto/logging,,:Look,WARNING:root:Look before you leap!
92howto/logging,,:message,severity:logger name:message
93howto/logging,,:root,DEBUG:root:This message should go to the log file
94howto/logging,,:root,INFO:root:Doing something
95howto/logging,,:root,INFO:root:Finished
96howto/logging,,:root,INFO:root:So should this
97howto/logging,,:root,"ERROR:root:And non-ASCII stuff, too, like "
98howto/logging,,:root,INFO:root:Started
99howto/logging,,:root,"WARNING:root:And this, too"
100howto/logging,,:root,WARNING:root:Look before you leap!
101howto/logging,,:root,WARNING:root:Watch out!
102howto/logging,,:So,INFO:root:So should this
103howto/logging,,:So,INFO:So should this
104howto/logging,,:Started,INFO:root:Started
105howto/logging,,:This,DEBUG:root:This message should go to the log file
106howto/logging,,:This,DEBUG:This message should appear on the console
107howto/logging,,:Watch,WARNING:root:Watch out!
108howto/pyporting,,::,Programming Language :: Python :: 2
109howto/pyporting,,::,Programming Language :: Python :: 3
110howto/regex,,::,
111howto/regex,,:foo,(?:foo)
112howto/urllib2,,:password,"""joe:password@example.com"""
113library/__main__,,`,
114library/ast,,:upper,lower:upper
115library/ast,,:step,lower:upper:step
116library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
117library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds
118library/configparser,,:option,${section:option}
119library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
120library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
121library/configparser,,:system,path: ${Common:system_dir}/Library/Frameworks/
122library/datetime,,:MM,
123library/datetime,,:SS,
124library/decimal,,:optional,"trailneg:optional trailing minus indicator"
125library/difflib,,:ahi,a[alo:ahi]
126library/difflib,,:bhi,b[blo:bhi]
127library/difflib,,:i1,
128library/difflib,,:i2,
129library/difflib,,:j2,
130library/doctest,,`,``factorial`` from the ``example`` module:
131library/doctest,,`,The ``example`` module
132library/doctest,,`,Using ``factorial``
133library/exceptions,,:err,err.object[err.start:err.end]
134library/functions,,:step,a[start:stop:step]
135library/functions,,:stop,"a[start:stop, i]"
136library/functions,,:stop,a[start:stop:step]
137library/hashlib,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
138library/http.client,,:port,host:port
139library/http.cookies,,`,!#$%&'*+-.^_`|~:
140library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
141library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"
142library/inspect,,:int,">>> def foo(a, *, b:int, **kwargs):"
143library/inspect,,:int,"'(a, *, b:int, **kwargs)'"
144library/inspect,,:int,'b:int'
145library/ipaddress,,:db8,>>> ipaddress.ip_address('2001:db8::')
146library/ipaddress,,::,>>> ipaddress.ip_address('2001:db8::')
147library/ipaddress,,:db8,IPv6Address('2001:db8::')
148library/ipaddress,,::,IPv6Address('2001:db8::')
149library/ipaddress,,:db8,>>> ipaddress.IPv6Address('2001:db8::1000')
150library/ipaddress,,::,>>> ipaddress.IPv6Address('2001:db8::1000')
151library/ipaddress,,:db8,'2001:db8::1000'
152library/ipaddress,,::,'2001:db8::1000'
153library/ipaddress,,:db8,">>> f'{ipaddress.IPv6Address(""2001:db8::1000""):s}'"
154library/ipaddress,,::,">>> f'{ipaddress.IPv6Address(""2001:db8::1000""):s}'"
155library/ipaddress,,::,IPv6Address('ff02::5678%1')
156library/ipaddress,,::,fe80::1234
157library/ipaddress,,:db8,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
158library/ipaddress,,::,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
159library/ipaddress,,::,"""::abc:7:def"""
160library/ipaddress,,:def,"""::abc:7:def"""
161library/ipaddress,,::,::FFFF/96
162library/ipaddress,,::,2002::/16
163library/ipaddress,,::,2001::/32
164library/ipaddress,,::,>>> str(ipaddress.IPv6Address('::1'))
165library/ipaddress,,::,'::1'
166library/ipaddress,,:ff00,ffff:ff00::
167library/ipaddress,,:db00,2001:db00::0/24
168library/ipaddress,,::,2001:db00::0/24
169library/ipaddress,,:db00,2001:db00::0/ffff:ff00::
170library/ipaddress,,::,2001:db00::0/ffff:ff00::
171library/itertools,,:step,elements from seq[start:stop:step]
172library/itertools,,::,kernel = tuple(kernel)[::-1]
173library/itertools,,:stop,elements from seq[start:stop:step]
174library/logging.handlers,,:port,host:port
175library/mmap,,:i2,obj[i1:i2]
176library/multiprocessing,,`,# Add more tasks using `put()`
177library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)"
178library/multiprocessing,,`,# register the Foo class; make `f()` and `g()` accessible via proxy
179library/multiprocessing,,`,# register the Foo class; make `g()` and `_h()` accessible via proxy
180library/multiprocessing,,`,# register the generator function baz; use `GeneratorProxy` to make proxies
181library/nntplib,,:bytes,:bytes
182library/nntplib,,:lines,:lines
183library/optparse,,:len,"del parser.rargs[:len(value)]"
184library/os.path,,:foo,c:foo
185library/pathlib,,:bar,">>> PureWindowsPath('c:/Windows', 'd:bar')"
186library/pathlib,,:bar,PureWindowsPath('d:bar')
187library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').root
188library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').anchor
189library/pdb,,:lineno,filename:lineno
190library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")"
191library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS"""
192library/pprint,,::,"'Programming Language :: Python :: 2.6',"
193library/pprint,,::,"'Programming Language :: Python :: 2.7',"
194library/pprint,,::,"'classifiers': ['Development Status :: 3 - Alpha',"
195library/pprint,,::,"'Intended Audience :: Developers',"
196library/pprint,,::,"'License :: OSI Approved :: MIT License',"
197library/pprint,,::,"'Programming Language :: Python :: 2',"
198library/pprint,,::,"'Programming Language :: Python :: 3',"
199library/pprint,,::,"'Programming Language :: Python :: 3.2',"
200library/pprint,,::,"'Programming Language :: Python :: 3.3',"
201library/pprint,,::,"'Programming Language :: Python :: 3.4',"
202library/pprint,,::,"'Topic :: Software Development :: Build Tools'],"
203library/profile,,:lineno,filename:lineno(function)
204library/pyexpat,,:elem1,<py:elem1 />
205library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">"
206library/random,,:len,new_diff = mean(combined[:len(drug)]) - mean(combined[len(drug):])
207library/readline,,:bind,"python:bind -v"
208library/readline,,:bind,"python:bind ^I rl_complete"
209library/smtplib,,:port,method must support that as well as a regular host:port
210library/socket,,::,'5aef:2b::8'
211library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])"
212library/socket,,:len,fds.frombytes(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
213library/sqlite3,,:year,"cur.execute(""select * from lang where first_appeared=:year"", {""year"": 1972})"
214library/sqlite3,,:memory,
215library/sqlite3,,:template,"con = sqlite3.connect(""file:template.db?mode=ro"", uri=True)"
216library/sqlite3,,:nosuchdb,"con = sqlite3.connect(""file:nosuchdb.db?mode=rw"", uri=True)"
217library/sqlite3,,:mem1,"con1 = sqlite3.connect(""file:mem1?mode=memory&cache=shared"", uri=True)"
218library/sqlite3,,:mem1,"con2 = sqlite3.connect(""file:mem1?mode=memory&cache=shared"", uri=True)"
219library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
220library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."
221library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"
222library/ssl,,:MyState,State or Province Name (full name) [Some-State]:MyState
223library/ssl,,:ops,Email Address []:ops@myserver.mygroup.myorganization.com
224library/ssl,,:Some,"Locality Name (eg, city) []:Some City"
225library/ssl,,:US,Country Name (2 letter code) [AU]:US
226library/stdtypes,,:end,s[start:end]
227library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
228library/stdtypes,,:len,s[len(s):len(s)]
229library/stdtypes,,::,>>> y = m[::2]
230library/stdtypes,,::,>>> z = y[::-2]
231library/string,,`,"!""#$%&'()*+,-./:;<=>?@[\]^_`{|}~"
232library/tarfile,,:bz2,
233library/tarfile,,:compression,filemode[:compression]
234library/tarfile,,:gz,
235library/tarfile,,:xz,'a:xz'
236library/tarfile,,:xz,'r:xz'
237library/tarfile,,:xz,'w:xz'
238library/time,,:mm,
239library/time,,:ss,
240library/tkinter,,::,ttk::frame .frm -padding 10
241library/tkinter,,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
242library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"
243library/tkinter,,::,ttk::frame
244library/tkinter,,::,ttk::button
245library/tkinter,,::,ttk::widget
246library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):"
247library/turtle,,::,Example::
248library/unittest,,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message',"
249library/unittest,,:first,"self.assertEqual(cm.output, ['INFO:foo:first message',"
250library/unittest,,:foo,'ERROR:foo.bar:second message'])
251library/unittest,,:second,'ERROR:foo.bar:second message'])
252library/urllib.request,,:close,Connection:close
253library/urllib.request,,:port,:port
254library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"
255library/urllib.request,,:password,"""joe:password@python.org"""
256library/urllib.parse,,:scheme,<URL:scheme://host/path>
257library/urllib.parse,,:scheme,URL:scheme://host/path
258library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678
259library/venv,,:param,":param nodist: If true, setuptools and pip are not installed into the"
260library/venv,,:param,":param progress: If setuptools or pip are installed, the progress of the"
261library/venv,,:param,":param nopip: If true, pip is not installed into the created"
262library/venv,,:param,:param context: The information for the virtual environment
263library/xmlrpc.client,,:nil,ex:nil
264library/xmlrpc.client,,:pass,http://user:pass@host:port/path
265library/xmlrpc.client,,:pass,user:pass
266library/xmlrpc.client,,:port,http://user:pass@host:port/path
267license,,`,"``Software''), to deal in the Software without restriction, including"
268license,,`,"THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,"
269license,,`,* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
270license,,`,THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
271license,,`,* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
272license,,`,THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
273license,,:zooko,mailto:zooko@zooko.com
274reference/expressions,,:index,x[index:index]
275reference/lexical_analysis,,`,$       ?       `
276reference/lexical_analysis,,:fileencoding,# vim:fileencoding=<encoding-name>
277reference/datamodel,,`,    """Return the result of the expression `obj[x]`"""
278tutorial/datastructures,,:value,It is also possible to delete a key:value
279tutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairs
280tutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')"
281tutorial/stdlib2,,:config,WARNING:root:Warning:config file server.conf not found
282tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down
283tutorial/stdlib2,,:Error,ERROR:root:Error occurred
284tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down
285tutorial/stdlib2,,:root,ERROR:root:Error occurred
286tutorial/stdlib2,,:root,WARNING:root:Warning:config file server.conf not found
287tutorial/stdlib2,,:start,extra = data[start:start+extra_size]
288tutorial/stdlib2,,:start,"fields = struct.unpack('<IIIHH', data[start:start+16])"
289tutorial/stdlib2,,:start,filename = data[start:start+filenamesize]
290tutorial/stdlib2,,:Warning,WARNING:root:Warning:config file server.conf not found
291using/cmdline,,:errorhandler,:errorhandler
292using/cmdline,,:message,action:message:category:module:lineno
293using/cmdline,,:category,action:message:category:module:lineno
294using/cmdline,,:module,action:message:category:module:lineno
295using/cmdline,,:lineno,action:message:category:module:lineno
296using/cmdline,,::,-W ignore::DeprecationWarning
297using/unix,,:Packaging,https://en.opensuse.org/Portal:Packaging
298whatsnew/2.0,,:len,
299whatsnew/2.3,,::,
300whatsnew/2.3,,:config,
301whatsnew/2.3,,:Critical,
302whatsnew/2.3,,:Error,
303whatsnew/2.3,,:Problem,
304whatsnew/2.3,,:root,
305whatsnew/2.3,,:Warning,
306whatsnew/2.4,,::,
307whatsnew/2.4,,:System,
308whatsnew/2.5,,:memory,:memory:
309whatsnew/2.5,,:step,[start:stop:step]
310whatsnew/2.5,,:stop,[start:stop:step]
311whatsnew/2.7,,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',"
312whatsnew/2.7,,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')
313whatsnew/2.7,,:Sunday,'2009:4:Sunday'
314whatsnew/2.7,,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0"
315whatsnew/2.7,,::,"export PYTHONWARNINGS=all,error:::Cookie:0"
316whatsnew/3.2,,:affe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
317whatsnew/3.2,,:affe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
318whatsnew/3.2,,:beef,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
319whatsnew/3.2,,:beef,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
320whatsnew/3.2,,:cafe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
321whatsnew/3.2,,:cafe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
322whatsnew/3.2,,:deaf,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
323whatsnew/3.2,,:deaf,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
324whatsnew/3.2,,:directory,${buildout:directory}/downloads/dist
325whatsnew/3.2,,::,"$ export PYTHONWARNINGS='ignore::RuntimeWarning::,once::UnicodeWarning::'"
326whatsnew/3.2,,:feed,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"
327whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')
328whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:"
329whatsnew/3.2,,:location,zope9-location = ${zope9:location}
330whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
331library/re,,`,!#$%&'*+-.^_`|~:
332library/re,,`,!\#\$%\&'\*\+\-\.\^_`\|\~:
333library/tarfile,,:xz,'x:xz'
334library/warnings,,:message,action:message:category:module:line
335library/warnings,,:category,action:message:category:module:line
336library/warnings,,:module,action:message:category:module:line
337library/warnings,,:line,action:message:category:module:line
338library/warnings,,::,error::ResourceWarning
339library/warnings,,::,default::DeprecationWarning
340library/warnings,,::,default:::mymodule
341library/warnings,,:mymodule,default:::mymodule
342library/warnings,,::,error:::mymodule
343library/warnings,,:mymodule,error:::mymodule
344library/warnings,,::,ignore::DeprecationWarning
345library/warnings,,::,ignore::PendingDeprecationWarning
346library/warnings,,::,ignore::ImportWarning
347library/warnings,,::,ignore::ResourceWarning
348library/xml.etree.elementtree,,:sometag,prefix:sometag
349library/xml.etree.elementtree,,:fictional,"<actors xmlns:fictional=""http://characters.example.com"""
350library/xml.etree.elementtree,,:character,<fictional:character>Lancelot</fictional:character>
351library/xml.etree.elementtree,,:character,<fictional:character>Archie Leach</fictional:character>
352library/xml.etree.elementtree,,:character,<fictional:character>Sir Robin</fictional:character>
353library/xml.etree.elementtree,,:character,<fictional:character>Gunther</fictional:character>
354library/xml.etree.elementtree,,:character,<fictional:character>Commander Clement</fictional:character>
355library/xml.etree.elementtree,,:actor,"for actor in root.findall('real_person:actor', ns):"
356library/xml.etree.elementtree,,:name,"name = actor.find('real_person:name', ns)"
357library/xml.etree.elementtree,,:character,"for char in actor.findall('role:character', ns):"
358library/xml.etree.elementtree,,:xi,<document xmlns:xi="http://www.w3.org/2001/XInclude">
359library/xml.etree.elementtree,,:include,  <xi:include href="source.xml" parse="xml" />
360library/xml.etree.elementtree,,:include,  Copyright (c) <xi:include href="year.txt" parse="text" />.
361library/zipapp,,:main,"$ python -m zipapp myapp -m ""myapp:main"""
362library/zipapp,,:fn,"pkg.mod:fn"
363library/zipapp,,:callable,"pkg.module:callable"
364library/stdtypes,,::,>>> m[::2].tolist()
365whatsnew/3.5,,:root,'WARNING:root:warning\n'
366whatsnew/3.5,,:warning,'WARNING:root:warning\n'
367whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
368whatsnew/3.5,,:root,ERROR:root:exception
369whatsnew/3.5,,:exception,ERROR:root:exception
370whatsnew/changelog,,`,'`'
371whatsnew/changelog,,:end,str[start:end]
372library/binascii,,`,'`'
373library/uu,,`,'`'
374whatsnew/3.7,,`,'`'
375whatsnew/3.7,,::,error::BytesWarning
376whatsnew/changelog,,::,error::BytesWarning
377whatsnew/changelog,,::,default::BytesWarning
378whatsnew/changelog,,::,default::DeprecationWarning
379library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')"
380library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``.
381library/re,,`,"`"
382using/configure,84,:db2,=db1:db2:...
383library/typing,,`,# Type of ``val`` is narrowed to ``str``
384library/typing,,`,"# Else, type of ``val`` is narrowed to ``float``."
385library/typing,,`,# Type of ``val`` is narrowed to ``List[str]``.
386library/typing,,`,# Type of ``val`` remains as ``List[object]``.
387