@@ -82,7 +82,7 @@ howto/pyporting,,::,Programming Language :: Python :: 2
82
82
howto/pyporting,,::,Programming Language :: Python :: 3
83
83
howto/regex,,::,
84
84
howto/regex,,:foo,(?:foo)
85
- howto/urllib2,,:password,"
for example ""joe:
[email protected] """
85
+ howto/urllib2,,:password,"""joe:
[email protected] """
86
86
library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
87
87
library/bisect,32,:hi,all(val >= x for val in a[i:hi])
88
88
library/bisect,42,:hi,all(val > x for val in a[i:hi])
@@ -272,8 +272,8 @@ whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:
272
272
whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:"
273
273
whatsnew/3.2,,:location,zope9-location = ${zope9:location}
274
274
whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf
275
- whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
276
- whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
275
+ whatsnew/changelog,,:gz,": TarFile opened with external fileobj and "
276
+ whatsnew/changelog,,::,::1
277
277
library/re,,`,!#$%&'*+-.^_`|~:
278
278
library/re,,`,\!\#\$\%\&\'\*\+\-\.\^_\`\|\~\:
279
279
library/tarfile,149,:xz,'x:xz'
@@ -288,8 +288,8 @@ library/xml.etree.elementtree,,:actor,"for actor in root.findall('real_person:ac
288
288
library/xml.etree.elementtree,,:name,"name = actor.find('real_person:name', ns)"
289
289
library/xml.etree.elementtree,,:character,"for char in actor.findall('role:character', ns):"
290
290
library/zipapp,31,:main,"$ python -m zipapp myapp -m ""myapp:main"""
291
- library/zipapp,82 ,:fn,"argument should have the form "" pkg.mod:fn"", where ""pkg.mod"" is a "
292
- library/zipapp,155 ,:callable,""" pkg.module:callable"" and the archive will be run by importing "
291
+ library/zipapp,,:fn,"pkg.mod:fn"
292
+ library/zipapp,,:callable,"pkg.module:callable"
293
293
library/stdtypes,,::,>>> m[::2].tolist()
294
294
library/sys,,`,# ``wrapper`` creates a ``wrap(coro)`` coroutine:
295
295
tutorial/venv,77,:c7b9645a6f35,"Python 3.4.3+ (3.4:c7b9645a6f35+, May 22 2015, 09:31:25)"
0 commit comments