mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
[3.11] gh-93738: Documentation C syntax (:c:type:Py_UNICODE*
-> :c:expr:Py_UNICODE*
) (GH-97784) (#97857)
:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`
(cherry picked from commit a081cae2a2
)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
a13b4e8ca6
commit
1657c837f3
1 changed files with 1 additions and 1 deletions
|
@ -2267,7 +2267,7 @@ The :c:type:`Py_UNICODE` has been deprecated by :pep:`393` and will be
|
|||
removed in Python 4. All functions using this type are deprecated:
|
||||
|
||||
Unicode functions and methods using :c:type:`Py_UNICODE` and
|
||||
:c:type:`Py_UNICODE*` types:
|
||||
:c:expr:`Py_UNICODE*` types:
|
||||
|
||||
* :c:macro:`PyUnicode_FromUnicode`: use :c:func:`PyUnicode_FromWideChar` or
|
||||
:c:func:`PyUnicode_FromKindAndData`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue