[Python-checkins] cpython (3.5): Issue #25105: Update susp-ignored.csv to avoid false positives

berker.peksag python-checkins at python.org
Tue Sep 15 18:53:48 CEST 2015


https://hg.python.org/cpython/rev/953a14984aec
changeset:   98007:953a14984aec
branch:      3.5
parent:      98004:9a80c687c28d
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Sep 15 19:43:04 2015 +0300
summary:
  Issue #25105: Update susp-ignored.csv to avoid false positives

files:
  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
--- a/Doc/tools/susp-ignored.csv
+++ b/Doc/tools/susp-ignored.csv
@@ -290,3 +290,8 @@
 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list