summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.11.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew/3.11.rst')
-rw-r--r--Doc/whatsnew/3.11.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 0ac8d02..6112e80 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -2216,7 +2216,7 @@ New Features
* :c:func:`PyBuffer_SizeFromFormat`
* :c:func:`PyBuffer_ToContiguous`
* :c:func:`PyBuffer_FromContiguous`
- * :c:func:`PyBuffer_CopyData`
+ * :c:func:`PyObject_CopyData`
* :c:func:`PyBuffer_IsContiguous`
* :c:func:`PyBuffer_FillContiguousStrides`
* :c:func:`PyBuffer_FillInfo`
@@ -2562,18 +2562,18 @@ Deprecated
* Deprecate the following functions to configure the Python initialization:
- * :c:func:`PySys_AddWarnOptionUnicode`
- * :c:func:`PySys_AddWarnOption`
- * :c:func:`PySys_AddXOption`
- * :c:func:`PySys_HasWarnOptions`
- * :c:func:`PySys_SetArgvEx`
- * :c:func:`PySys_SetArgv`
- * :c:func:`PySys_SetPath`
- * :c:func:`Py_SetPath`
- * :c:func:`Py_SetProgramName`
- * :c:func:`Py_SetPythonHome`
- * :c:func:`Py_SetStandardStreamEncoding`
- * :c:func:`_Py_SetProgramFullPath`
+ * :c:func:`!PySys_AddWarnOptionUnicode`
+ * :c:func:`!PySys_AddWarnOption`
+ * :c:func:`!PySys_AddXOption`
+ * :c:func:`!PySys_HasWarnOptions`
+ * :c:func:`!PySys_SetArgvEx`
+ * :c:func:`!PySys_SetArgv`
+ * :c:func:`!PySys_SetPath`
+ * :c:func:`!Py_SetPath`
+ * :c:func:`!Py_SetProgramName`
+ * :c:func:`!Py_SetPythonHome`
+ * :c:func:`!Py_SetStandardStreamEncoding`
+ * :c:func:`!_Py_SetProgramFullPath`
Use the new :c:type:`PyConfig` API of the :ref:`Python Initialization Configuration
<init-config>` instead (:pep:`587`).