[Python-checkins] cpython: Issue #27285: Cleanup leftover susp-ignored entry after text was changed

martin.panter python-checkins at python.org
Sat Jul 16 03:29:14 EDT 2016


https://hg.python.org/cpython/rev/0d8f139a6e19
changeset:   102368:0d8f139a6e19
user:        Martin Panter <vadmium+py at gmail.com>
date:        Sat Jul 16 07:17:46 2016 +0000
summary:
  Issue #27285: Cleanup leftover susp-ignored entry after text was changed

files:
  Doc/tools/susp-ignored.csv |  1 -
  1 files changed, 0 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
@@ -291,7 +291,6 @@
 library/zipapp,155,:callable,"""pkg.module:callable"" and the archive will be run by importing"
 library/stdtypes,,::,>>> m[::2].tolist()
 library/sys,,`,# ``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,,:root,'WARNING:root:warning\n'
 whatsnew/3.5,,:warning,'WARNING:root:warning\n'
 whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')

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


More information about the Python-checkins mailing list