Issue #25105: Update susp-ignored.csv to avoid false positives

This commit is contained in:
Berker Peksag 2015-09-15 19:43:26 +03:00
commit 9289e9038f
1 changed files with 5 additions and 0 deletions

View File

@ -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

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
290 library/stdtypes :: >>> m[::2].tolist()
291 library/sys 1115 ` # ``wrapper`` creates a ``wrap(coro)`` coroutine:
292 tutorial/venv 77 :c7b9645a6f35 Python 3.4.3+ (3.4:c7b9645a6f35+, May 22 2015, 09:31:25)
293 whatsnew/3.5 965 :root 'WARNING:root:warning\n'
294 whatsnew/3.5 965 :warning 'WARNING:root:warning\n'
295 whatsnew/3.5 1292 :: >>> addr6 = ipaddress.IPv6Address('::1')
296 whatsnew/3.5 1354 :root ERROR:root:exception
297 whatsnew/3.5 1354 :exception ERROR:root:exception