Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6920fa4 commit 9a8bc6dCopy full SHA for 9a8bc6d
2 files changed
Doc/c-api/bytes.rst
@@ -228,6 +228,7 @@ called with a non-bytes parameter.
228
The function is :term:`soft deprecated`,
229
use the :c:type:`PyBytesWriter` API instead.
230
231
+.. _pybyteswriter:
232
233
PyBytesWriter
234
-------------
Doc/whatsnew/3.15.rst
@@ -718,7 +718,8 @@ New features
718
and :c:data:`Py_mod_abi`.
719
(Contributed by Petr Viktorin in :gh:`137210`.)
720
721
-* Implement :pep:`782`, the :c:type:`PyBytesWriter` API. Add functions:
+* Implement :pep:`782`, the :ref:`PyBytesWriter API <pybyteswriter>`.
722
+ Add functions:
723
724
* :c:func:`PyBytesWriter_Create`
725
* :c:func:`PyBytesWriter_Discard`
0 commit comments