Issue #28822: Add susp-ignored entry for NEWS; fix grammar

This commit is contained in:
Martin Panter 2017-01-29 23:37:56 +00:00
parent d5feb49711
commit f24bcccefd
2 changed files with 2 additions and 1 deletions

View file

@ -325,3 +325,4 @@ whatsnew/3.5,,:root,ERROR:root:exception
whatsnew/3.5,,:exception,ERROR:root:exception
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
whatsnew/changelog,,`,"for readability (was ""`"")."
whatsnew/changelog,,:end,str[start:end]

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
325 whatsnew/3.5 :exception ERROR:root:exception
326 whatsnew/changelog :version import sys; I = version[:version.index(' ')]
327 whatsnew/changelog ` for readability (was "`").
328 whatsnew/changelog :end str[start:end]