Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 4 Doc/c-api/arg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ which disallows mutable objects such as :class:`bytearray`.
encoding passed in as parameter.

.. versionchanged:: 3.12
``u``, ``u#``, ``Z``, and ``Z#`` are removed because they used legacy ``Py_UNICODE*``
representation.
``u``, ``u#``, ``Z``, and ``Z#`` are removed because they used a legacy
``Py_UNICODE*`` representation.


Numbers
Expand Down
2 changes: 1 addition & 1 deletion 2 Doc/c-api/unicode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ access to internal read-only data of Unicode objects:
.. versionadded:: 3.3

.. deprecated:: 3.10
This API do nothing since Python 3.12. Please remove code using this function.
This API does nothing since Python 3.12.


.. c:function:: Py_ssize_t PyUnicode_GET_LENGTH(PyObject *o)
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.