diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-09-15 16:43:04 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-09-15 16:43:04 (GMT) |
commit | 055395eed292a876219384411b89819b0892b907 (patch) | |
tree | c04d097f70794d9f5f9809df31e35baf43455c25 | |
parent | d3ffd32767e1b05cc54e38e2d518b9b528ff8826 (diff) | |
download | cpython-055395eed292a876219384411b89819b0892b907.zip cpython-055395eed292a876219384411b89819b0892b907.tar.gz cpython-055395eed292a876219384411b89819b0892b907.tar.bz2 |
Issue #25105: Update susp-ignored.csv to avoid false positives
-rw-r--r-- | Doc/tools/susp-ignored.csv | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 9e40fc6..6e9ded3 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -290,3 +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 |