Skip to content

Commit b0338be

Browse files
authored
Update What's New in Python 3.8 (GH-14253) (GH-14294)
Fix bpo number of PyByteArray_Init removal (cherry picked from commit c68e3fb)
1 parent 52c4a4f commit b0338be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ Build and C API Changes
998998
* The :c:func:`PyByteArray_Init` and :c:func:`PyByteArray_Fini` functions have
999999
been removed. They did nothing since Python 2.7.4 and Python 3.2.0, were
10001000
excluded from the limited API (stable ABI), and were not documented.
1001-
(Contributed by Victor Stinner in :issue:`32980`.)
1001+
(Contributed by Victor Stinner in :issue:`35713`.)
10021002

10031003
* The result of :c:func:`PyExceptionClass_Name` is now of type
10041004
``const char *`` rather of ``char *``.

0 commit comments

Comments
 (0)