mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Issue #28822: Add susp-ignored entry for NEWS; fix grammar
This commit is contained in:
parent
d5feb49711
commit
f24bcccefd
2 changed files with 2 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue