[Python-checkins] cpython (3.6): Ignore harmless suspicious markup

zach.ware python-checkins at python.org
Tue Oct 25 22:49:33 EDT 2016


https://hg.python.org/cpython/rev/4ddb89661a7f
changeset:   104738:4ddb89661a7f
branch:      3.6
parent:      104736:c647759eb650
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Oct 25 21:43:41 2016 -0500
summary:
  Ignore harmless suspicious markup

files:
  Doc/tools/susp-ignored.csv |  1 +
  1 files changed, 1 insertions(+), 0 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
@@ -325,3 +325,4 @@
 whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
 whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
 whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"
+whatsnew/changelog,,`,"for readability (was ""`"")."

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


More information about the Python-checkins mailing list