mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-93738: Documentation C syntax (:c:type:Py_UNICODE*
-> :c:expr:Py_UNICODE*
) (#97784)
:c:type:`Py_UNICODE*` -> :c:expr:`Py_UNICODE*`
This commit is contained in:
parent
ff28d8926d
commit
a081cae2a2
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