[Python-checkins] cpython (3.5): Silence a "unused rule" warning

berker.peksag python-checkins at python.org
Mon Oct 19 20:59:34 EDT 2015


https://hg.python.org/cpython/rev/d972911effcc
changeset:   98805:d972911effcc
branch:      3.5
parent:      98803:0adb9460bb74
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Oct 20 03:59:24 2015 +0300
summary:
  Silence a "unused rule" warning

This one should make Docs 3.5 and Docs 3.x green again.

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,7 +288,7 @@
 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,,::,>>> m[::2].tolist()
-library/sys,1115,`,# ``wrapper`` creates a ``wrap(coro)`` coroutine:
+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'

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


More information about the Python-checkins mailing list