mirror of https://github.com/python/cpython
whatsnew/3.5: Fix formatting
This commit is contained in:
parent
72dab13105
commit
a7672baa73
|
@ -2102,17 +2102,17 @@ Build and C API Changes
|
|||
|
||||
New ``calloc`` functions were added:
|
||||
|
||||
* :c:func:`PyMem_RawCalloc`,
|
||||
* :c:func:`PyMem_Calloc`,
|
||||
* :c:func:`PyObject_Calloc`,
|
||||
* :c:func:`_PyObject_GC_Calloc`.
|
||||
* :c:func:`PyMem_RawCalloc`,
|
||||
* :c:func:`PyMem_Calloc`,
|
||||
* :c:func:`PyObject_Calloc`,
|
||||
* :c:func:`_PyObject_GC_Calloc`.
|
||||
|
||||
(Contributed by Victor Stinner in :issue:`21233`.)
|
||||
|
||||
New encoding/decoding helper functions:
|
||||
|
||||
* :c:func:`Py_DecodeLocale` (replaced ``_Py_char2wchar()``),
|
||||
* :c:func:`Py_EncodeLocale` (replaced ``_Py_wchar2char()``).
|
||||
* :c:func:`Py_DecodeLocale` (replaced ``_Py_char2wchar()``),
|
||||
* :c:func:`Py_EncodeLocale` (replaced ``_Py_wchar2char()``).
|
||||
|
||||
(Contributed by Victor Stinner in :issue:`18395`.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue