summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-08-23 17:12:42 (GMT)
committerGitHub <noreply@github.com>2023-08-23 17:12:42 (GMT)
commit422f81b5d2359063826b8561f698d57e94f6a5d8 (patch)
tree09d53e2039706e7c6a2dbc07bf399dbb816b4389 /Misc
parent2135bcd3ca9538c6782129f9a5837d62c2036102 (diff)
downloadcpython-422f81b5d2359063826b8561f698d57e94f6a5d8.zip
cpython-422f81b5d2359063826b8561f698d57e94f6a5d8.tar.gz
cpython-422f81b5d2359063826b8561f698d57e94f6a5d8.tar.bz2
gh-107298: Fix a few more refs in the C API docs (GH-108361)
gh-107298: Fix few more refs in the C API docs
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/3.11.0b1.rst4
-rw-r--r--Misc/NEWS.d/3.7.0a4.rst2
-rw-r--r--Misc/NEWS.d/3.8.0a4.rst2
3 files changed, 4 insertions, 4 deletions
diff --git a/Misc/NEWS.d/3.11.0b1.rst b/Misc/NEWS.d/3.11.0b1.rst
index 766ada4..2bcccc7 100644
--- a/Misc/NEWS.d/3.11.0b1.rst
+++ b/Misc/NEWS.d/3.11.0b1.rst
@@ -2028,8 +2028,8 @@ https://gitlab.com/warsaw/pynche
.. nonce: 3mQ54t
.. section: C API
-Deprecate the C functions: :c:func:`PySys_SetArgv`,
-:c:func:`PySys_SetArgvEx`, :c:func:`PySys_SetPath`. Patch by Victor Stinner.
+Deprecate the C functions: :c:func:`!PySys_SetArgv`,
+:c:func:`!PySys_SetArgvEx`, :c:func:`!PySys_SetPath`. Patch by Victor Stinner.
..
diff --git a/Misc/NEWS.d/3.7.0a4.rst b/Misc/NEWS.d/3.7.0a4.rst
index f19d1a1..ebae046 100644
--- a/Misc/NEWS.d/3.7.0a4.rst
+++ b/Misc/NEWS.d/3.7.0a4.rst
@@ -842,5 +842,5 @@ Moved the pygetopt.h header into internal/, since it has no public APIs.
.. nonce: LbyQt6
.. section: C API
-:c:func:`Py_SetProgramName` and :c:func:`Py_SetPythonHome` now take the
+:c:func:`!Py_SetProgramName` and :c:func:`!Py_SetPythonHome` now take the
``const wchar *`` arguments instead of ``wchar *``.
diff --git a/Misc/NEWS.d/3.8.0a4.rst b/Misc/NEWS.d/3.8.0a4.rst
index 2ce60f3..da03d93 100644
--- a/Misc/NEWS.d/3.8.0a4.rst
+++ b/Misc/NEWS.d/3.8.0a4.rst
@@ -1344,7 +1344,7 @@ Fix the argument handling in Tools/scripts/lll.py.
.. nonce: vghb86
.. section: C API
-Fix memory leak in :c:func:`Py_SetStandardStreamEncoding`: release memory if
+Fix memory leak in :c:func:`!Py_SetStandardStreamEncoding`: release memory if
the function is called twice.
..