diff options
author | Larry Hastings <larry@hastings.org> | 2015-05-24 00:39:42 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-05-24 00:39:42 (GMT) |
commit | 0482af4269cc1e7935707aef208b7f46c57160e3 (patch) | |
tree | 501b2af7f665bead301aa463ba941c22289e259e /Doc/tools/susp-ignored.csv | |
parent | f64b9d5c710ea6614e8dc3ee86cc481d20e5beba (diff) | |
download | cpython-0482af4269cc1e7935707aef208b7f46c57160e3.zip cpython-0482af4269cc1e7935707aef208b7f46c57160e3.tar.gz cpython-0482af4269cc1e7935707aef208b7f46c57160e3.tar.bz2 |
Updated topics (and susp-ignored) for Python 3.5.0b1.
Diffstat (limited to 'Doc/tools/susp-ignored.csv')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 5eaa09a..8432f78 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -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,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/stdtypes,3720,::,>>> m[::2].tolist() +library/stdtypes,3767,::,>>> m[::2].tolist() |