https://github.com/python/cpython/commit/2abb6a4f139236545389672aef2a36a6b0862b71 commit: 2abb6a4f139236545389672aef2a36a6b0862b71 branch: main author: Victorien <[email protected]> committer: hauntsaninja <[email protected]> date: 2025-02-09T22:17:05-08:00 summary:
Fix typo in 3.14 `pdb` whatsnew entry (#129886) files: M Doc/whatsnew/3.14.rst diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 23b1f5f2e0c67c..f8df4c52a36147 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -933,7 +933,7 @@ Deprecated (Contributed by Victor Stinner in :gh:`120743`.) * :mod:`pdb`: - The undocumented ``pdb.Pdb.curframe_locals`` attribtue is now a deprecated + The undocumented ``pdb.Pdb.curframe_locals`` attribute is now a deprecated read-only property. The low overhead dynamic frame locals access added in Python 3.13 by PEP 667 means the frame locals cache reference previously stored in this attribute is no longer needed. Derived debuggers should access _______________________________________________ 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]
