[Python-checkins] cpython (3.5): Issue #23406: Remove specific line number from susp-ignored.csv
martin.panter
python-checkins at python.org
Mon Sep 7 06:17:57 CEST 2015
https://hg.python.org/cpython/rev/2640a4630e9e
changeset: 97721:2640a4630e9e
branch: 3.5
parent: 97718:f624b7fd3b83
user: Martin Panter <vadmium>
date: Mon Sep 07 03:40:17 2015 +0000
summary:
Issue #23406: Remove specific line number from susp-ignored.csv
files:
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
--- a/Doc/tools/susp-ignored.csv
+++ b/Doc/tools/susp-ignored.csv
@@ -288,6 +288,6 @@
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)"
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list