Skip to content

Commit

Permalink
Remove PyUnicode_GetBufferFormat() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Sep 10, 2024
1 parent 78a70fa commit 79207f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -529,8 +529,8 @@ New Features

(Contributed by Victor Stinner in :gh:`107954`.)

* Add :c:func:`PyUnicode_Export`, :c:func:`PyUnicode_GetBufferFormat`,
and :c:func:`PyUnicode_Import` functions to export and import strings.
* Add :c:func:`PyUnicode_Export` and :c:func:`PyUnicode_Import` functions
to export and import strings.
(Contributed by Victor Stinner in :gh:`119609`.)


Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Add :c:func:`PyUnicode_Export`, :c:func:`PyUnicode_GetBufferFormat`, and
:c:func:`PyUnicode_Import` functions to export and import strings. Patch by
Victor Stinner.
Add :c:func:`PyUnicode_Export` and :c:func:`PyUnicode_Import` functions to
export and import strings. Patch by Victor Stinner.

0 comments on commit 79207f5

Please sign in to comment.