Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f24bccc

Browse files
committed
Issue #28822: Add susp-ignored entry for NEWS; fix grammar
1 parent d5feb49 commit f24bccc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/tools/susp-ignored.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,4 @@ whatsnew/3.5,,:root,ERROR:root:exception
325325
whatsnew/3.5,,:exception,ERROR:root:exception
326326
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
327327
whatsnew/changelog,,`,"for readability (was ""`"")."
328+
whatsnew/changelog,,:end,str[start:end]

Misc/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ C API
641641
available only when Py_LIMITED_API is set to the PY_VERSION_HEX value of
642642
the minimum Python version supporting this API.
643643

644-
- Issue #28822: The indices parameters *start* and *end* of PyUnicode_FindChar()
644+
- Issue #28822: The index parameters *start* and *end* of PyUnicode_FindChar()
645645
are now adjusted to behave like ``str[start:end]``.
646646

647647
- Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.

0 commit comments

Comments
 (0)