[Python-checkins] cpython: Fix suspicious markup

zach.ware python-checkins at python.org
Fri Sep 9 18:46:26 EDT 2016


https://hg.python.org/cpython/rev/856cca48bc73
changeset:   103492:856cca48bc73
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Sep 09 15:46:14 2016 -0700
summary:
  Fix suspicious markup

files:
  Doc/tools/susp-ignored.csv |  4 ++++
  1 files changed, 4 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
@@ -297,3 +297,7 @@
 whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
 whatsnew/3.5,,:root,ERROR:root:exception
 whatsnew/3.5,,:exception,ERROR:root:exception
+whatsnew/3.6,140,`,1000000000000000`
+whatsnew/changelog,998,:version,import sys; I = version[:version.index(' ')]
+whatsnew/changelog,6416,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
+whatsnew/changelog,8023,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"

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


More information about the Python-checkins mailing list