summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.11.0b1.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-08-21 17:05:15 (GMT)
committerGitHub <noreply@github.com>2023-08-21 17:05:15 (GMT)
commitdb55383829ccd5ce80c551d60f26851346741fdf (patch)
tree885ee76577ecdfffbac8a88481a55c29d0d5b980 /Misc/NEWS.d/3.11.0b1.rst
parent10a91d7e98d847b05292eab828ff9ae51308d3ee (diff)
downloadcpython-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.rst6
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.
..