]> granicus.if.org Git - python/commitdiff
Update What's New in Python 3.8 (GH-14253) (GH-14294)
authorVictor Stinner <vstinner@redhat.com>
Fri, 21 Jun 2019 21:15:27 +0000 (23:15 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Jun 2019 21:15:27 +0000 (23:15 +0200)
Fix bpo number of PyByteArray_Init removal

(cherry picked from commit c68e3fb15d29607a1af2c19ebec552a87c24cb48)

Doc/whatsnew/3.8.rst

index 6dfe77ac8a4674b4801c5ab2f2f60a488aacdd58..86d092c3b29d959c65e5b27b88eaf310be088013 100644 (file)
@@ -998,7 +998,7 @@ Build and C API Changes
 * The :c:func:`PyByteArray_Init` and :c:func:`PyByteArray_Fini` functions have
   been removed. They did nothing since Python 2.7.4 and Python 3.2.0, were
   excluded from the limited API (stable ABI), and were not documented.
-  (Contributed by Victor Stinner in :issue:`32980`.)
+  (Contributed by Victor Stinner in :issue:`35713`.)
 
 * The result of :c:func:`PyExceptionClass_Name` is now of type
   ``const char *`` rather of ``char *``.