[Python-checkins] cpython (merge 3.6 -> default): Merge from 3.6

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


https://hg.python.org/cpython/rev/a9c64aeadb6c
changeset:   104739:a9c64aeadb6c
parent:      104737:bb1b70791743
parent:      104738:4ddb89661a7f
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Oct 25 21:48:29 2016 -0500
summary:
  Merge from 3.6

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