There was an error while loading. Please reload this page.
1 parent 4e28377 commit e371d5dCopy full SHA for e371d5d
2 files changed
Doc/c-api/arg.rst
@@ -206,8 +206,8 @@ which disallows mutable objects such as :class:`bytearray`.
206
encoding passed in as parameter.
207
208
.. versionchanged:: 3.12
209
- ``u``, ``u#``, ``Z``, and ``Z#`` are removed because they used legacy ``Py_UNICODE*``
210
- representation.
+ ``u``, ``u#``, ``Z``, and ``Z#`` are removed because they used a legacy
+ ``Py_UNICODE*`` representation.
211
212
213
Numbers
Doc/c-api/unicode.rst
@@ -92,7 +92,7 @@ access to internal read-only data of Unicode objects:
92
.. versionadded:: 3.3
93
94
.. deprecated:: 3.10
95
- This API do nothing since Python 3.12. Please remove code using this function.
+ This API does nothing since Python 3.12.
96
97
98
.. c:function:: Py_ssize_t PyUnicode_GET_LENGTH(PyObject *o)
0 commit comments