diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-10-02 20:28:45 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-10-02 20:28:45 (GMT) |
commit | 8214a7c38f1057bfe5c32d24406a6511529867fd (patch) | |
tree | f93d19fba3be28957baa429558cfc38f92a2e874 /Doc | |
parent | 43d71e2512707b959cc1cc850b85c2de99fee138 (diff) | |
download | cpython-8214a7c38f1057bfe5c32d24406a6511529867fd.zip cpython-8214a7c38f1057bfe5c32d24406a6511529867fd.tar.gz cpython-8214a7c38f1057bfe5c32d24406a6511529867fd.tar.bz2 |
Tweak susp-ignored.csv to make buildbots happy
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 6e9ded3..f7c3bde 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -290,8 +290,8 @@ library/zipapp,155,:callable,"""pkg.module:callable"" and the archive will be ru library/stdtypes,,::,>>> 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)" -whatsnew/3.5,965,:root,'WARNING:root:warning\n' -whatsnew/3.5,965,:warning,'WARNING:root:warning\n' -whatsnew/3.5,1292,::,>>> addr6 = ipaddress.IPv6Address('::1') -whatsnew/3.5,1354,:root,ERROR:root:exception -whatsnew/3.5,1354,:exception,ERROR:root:exception +whatsnew/3.5,,:root,'WARNING:root:warning\n' +whatsnew/3.5,,:warning,'WARNING:root:warning\n' +whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1') +whatsnew/3.5,,:root,ERROR:root:exception +whatsnew/3.5,,:exception,ERROR:root:exception |