Updated topics (and susp-ignored) for Python 3.5.0b1.

This commit is contained in:
Larry Hastings 2015-05-23 17:39:42 -07:00
parent f64b9d5c71
commit 0482af4269
2 changed files with 13 additions and 13 deletions

View File

@ -289,4 +289,4 @@ library/xml.etree.elementtree,332,:character,"for char in actor.findall('role:ch
library/zipapp,31,:main,"$ python -m zipapp myapp -m ""myapp:main""" library/zipapp,31,:main,"$ python -m zipapp myapp -m ""myapp:main"""
library/zipapp,82,:fn,"argument should have the form ""pkg.mod:fn"", where ""pkg.mod"" is a" library/zipapp,82,:fn,"argument should have the form ""pkg.mod:fn"", where ""pkg.mod"" is a"
library/zipapp,155,:callable,"""pkg.module:callable"" and the archive will be run by importing" library/zipapp,155,:callable,"""pkg.module:callable"" and the archive will be run by importing"
library/stdtypes,3720,::,>>> m[::2].tolist() library/stdtypes,3767,::,>>> m[::2].tolist()

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
289 library/zipapp 31 :main $ python -m zipapp myapp -m "myapp:main"
290 library/zipapp 82 :fn argument should have the form "pkg.mod:fn", where "pkg.mod" is a
291 library/zipapp 155 :callable "pkg.module:callable" and the archive will be run by importing
292 library/stdtypes 3720 3767 :: >>> m[::2].tolist()

File diff suppressed because one or more lines are too long