https://github.com/python/cpython/commit/f7cb789dc5ac009fa13c20527de19fb34e0e6ab8 commit: f7cb789dc5ac009fa13c20527de19fb34e0e6ab8 branch: main author: Shahar Naveh <[email protected]> committer: picnixz <[email protected]> date: 2026-03-15T22:54:19+01:00 summary:
gh-145998: Remove duplicated "What's New in 3.15" entry (#145994) files: M Doc/whatsnew/3.15.rst diff --git a/Doc/whatsnew/3.15.rst b/Doc/whatsnew/3.15.rst index 459846e55ccf70..c286e3fc4f2bda 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 --- _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
