From: Shahar Naveh <50263213+ShaharNaveh@users.noreply.github.com> Date: Sun, 15 Mar 2026 21:54:19 +0000 (+0100) Subject: gh-145998: Remove duplicated "What's New in 3.15" entry (#145994) X-Git-Tag: v3.15.0a8~303 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7cb789dc5ac009fa13c20527de19fb34e0e6ab8;p=thirdparty%2FPython%2Fcpython.git gh-145998: Remove duplicated "What's New in 3.15" entry (#145994) --- diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 459846e55ccf..c286e3fc4f2b 100644 --- a/Doc/whatsnew/3.15.rst +++ b/Doc/whatsnew/3.15.rst @@ -1014,13 +1014,6 @@ symtable (Contributed by Yashp002 in :gh:`143504`.) -symtable --------- - -* Add :meth:`symtable.Function.get_cells` and :meth:`symtable.Symbol.is_cell` methods. - (Contributed by Yashp002 in :gh:`143504`.) - - sys ---