From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 10 Jan 2026 13:40:34 +0000 (+0100) Subject: [3.13] Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=523d866205438eecedfd620253824a85d6648f5e;p=thirdparty%2FPython%2Fcpython.git [3.13] Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (GH-143654) (#143657) Doc: remove duplicate GitHub issue reference in "What's New in Python 3.13" (GH-143654) (cherry picked from commit aa8578dc54df2af9daa3353566359e602e5905cf) Co-authored-by: emmanuel --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 6f1e4487009c..19589f03a234 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -2346,7 +2346,7 @@ Limited C API Changes * :c:func:`PySys_AuditTuple` * :c:func:`PyType_GetModuleByDef` - (Contributed by Victor Stinner in :gh:`85283`, :gh:`85283`, and :gh:`116936`.) + (Contributed by Victor Stinner in :gh:`85283` and :gh:`116936`.) * Python built with :option:`--with-trace-refs` (tracing references) now supports the :ref:`Limited API `.