diff options
author | Ned Deily <nad@acm.org> | 2015-07-05 18:17:43 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-07-05 18:17:43 (GMT) |
commit | da2d51f97aaf630f5ad13aa004a6c5f0175ef780 (patch) | |
tree | 794eea12e50995f4fb3c22e0816f4f9186fe0d20 /Doc/tools | |
parent | dc28d5a1986e88057bb44bfeff34296cf4c01f54 (diff) | |
parent | ab30353adbef3a3fdd54fb30856af8ff94f2c108 (diff) | |
download | cpython-da2d51f97aaf630f5ad13aa004a6c5f0175ef780.zip cpython-da2d51f97aaf630f5ad13aa004a6c5f0175ef780.tar.gz cpython-da2d51f97aaf630f5ad13aa004a6c5f0175ef780.tar.bz2 |
merge 3.5.0b3 changes from 3.5
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 8432f78..e44fc21 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -163,7 +163,6 @@ library/profile,,:lineno,filename:lineno(function) library/pyexpat,,:elem1,<py:elem1 /> library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">" library/smtplib,,:port,method must support that as well as a regular host:port -library/socket,,::,"(10, 1, 6, '', ('2001:888:2000:d::a2', 80, 0, 0))]" library/socket,,::,'5aef:2b::8' library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])" library/socket,,:len,fds.fromstring(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)]) @@ -290,3 +289,5 @@ 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,3767,::,>>> m[::2].tolist() +library/sys,1115,`,# `wrapper` creates a `wrap(coro)` coroutine: +tutorial/venv,77,:c7b9645a6f35,"Python 3.4.3+ (3.4:c7b9645a6f35+, May 22 2015, 09:31:25)" |