Ignore harmless suspicious markup

This commit is contained in:
Zachary Ware 2016-10-25 21:43:41 -05:00
parent d9aa4d3308
commit ec9357b90c
1 changed files with 1 additions and 0 deletions

View File

@ -325,3 +325,4 @@ whatsnew/3.5,,:exception,ERROR:root:exception
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 ""`"")."

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
325 whatsnew/changelog :version import sys; I = version[:version.index(' ')]
326 whatsnew/changelog :gz : TarFile opened with external fileobj and "w:gz" mode didn't
327 whatsnew/changelog :: : Use "127.0.0.1" or "::1" instead of "localhost" as much as
328 whatsnew/changelog ` for readability (was "`").