]> granicus.if.org Git - python/commitdiff
Issue #28822: Add susp-ignored entry for NEWS; fix grammar
authorMartin Panter <vadmium+py@gmail.com>
Sun, 29 Jan 2017 23:37:56 +0000 (23:37 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 29 Jan 2017 23:37:56 +0000 (23:37 +0000)
Doc/tools/susp-ignored.csv
Misc/NEWS

index 166374cb90cec1a19ce2b40f12bbb0bd92c6e044..51edb6623820f9ed2a76bce1656e47f0a1b3ac14 100644 (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]
index 56c94c3152ccd77d91637e8722ff137166107b7e..82654602d063d4f6e4bddbea76e08e5c2fecee51 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -641,7 +641,7 @@ C API
   available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of
   the minimum Python version supporting this API.
 
-- Issue #28822: The indices parameters *start* and *end* of PyUnicode_FindChar()
+- Issue #28822: The index parameters *start* and *end* of PyUnicode_FindChar()
   are now adjusted to behave like ``str[start:end]``.
 
 - Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.