diff options
author | Martin Panter <vadmium> | 2015-09-07 03:40:17 (GMT) |
---|---|---|
committer | Martin Panter <vadmium> | 2015-09-07 03:40:17 (GMT) |
commit | 6cb196306afe6b2958d76813214d396923d72116 (patch) | |
tree | 827dc0f706736b30618651ca02f42d7f76257742 /Doc/tools | |
parent | 06dc2fa3f6fe89d55538031b7b0fa7d988983e0e (diff) | |
download | cpython-6cb196306afe6b2958d76813214d396923d72116.zip cpython-6cb196306afe6b2958d76813214d396923d72116.tar.gz cpython-6cb196306afe6b2958d76813214d396923d72116.tar.bz2 |
Issue #23406: Remove specific line number from susp-ignored.csv
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/susp-ignored.csv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/susp-ignored.csv b/Doc/tools/susp-ignored.csv index 7664f92..ece411e 100644 --- a/Doc/tools/susp-ignored.csv +++ b/Doc/tools/susp-ignored.csv @@ -288,6 +288,6 @@ library/xml.etree.elementtree,332,:character,"for char in actor.findall('role:ch 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/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)" |