diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-08-21 17:05:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 17:05:15 (GMT) |
commit | db55383829ccd5ce80c551d60f26851346741fdf (patch) | |
tree | 885ee76577ecdfffbac8a88481a55c29d0d5b980 /Misc/NEWS.d/3.11.0b1.rst | |
parent | 10a91d7e98d847b05292eab828ff9ae51308d3ee (diff) | |
download | cpython-db55383829ccd5ce80c551d60f26851346741fdf.zip cpython-db55383829ccd5ce80c551d60f26851346741fdf.tar.gz cpython-db55383829ccd5ce80c551d60f26851346741fdf.tar.bz2 |
gh-107298: Fix references to deprecated and removed PyUnicode C API (GH-108077)
Diffstat (limited to 'Misc/NEWS.d/3.11.0b1.rst')
-rw-r--r-- | Misc/NEWS.d/3.11.0b1.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS.d/3.11.0b1.rst b/Misc/NEWS.d/3.11.0b1.rst index 71efc21..766ada4 100644 --- a/Misc/NEWS.d/3.11.0b1.rst +++ b/Misc/NEWS.d/3.11.0b1.rst @@ -2068,9 +2068,9 @@ casts when the Python C API is used in C++. Patch by Victor Stinner. .. nonce: Cx-95G .. section: C API -Mark functions as deprecated by :pep:`623`: :c:func:`PyUnicode_AS_DATA`, -:c:func:`PyUnicode_AS_UNICODE`, :c:func:`PyUnicode_GET_DATA_SIZE`, -:c:func:`PyUnicode_GET_SIZE`. Patch by Victor Stinner. +Mark functions as deprecated by :pep:`623`: :c:func:`!PyUnicode_AS_DATA`, +:c:func:`!PyUnicode_AS_UNICODE`, :c:func:`!PyUnicode_GET_DATA_SIZE`, +:c:func:`!PyUnicode_GET_SIZE`. Patch by Victor Stinner. .. |