From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Mon, 10 Feb 2025 06:17:05 +0000 (+0100) Subject: Fix typo in 3.14 `pdb` whatsnew entry (#129886) X-Git-Tag: v3.14.0a5~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2abb6a4f139236545389672aef2a36a6b0862b71;p=thirdparty%2FPython%2Fcpython.git Fix typo in 3.14 `pdb` whatsnew entry (#129886) --- diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 23b1f5f2e0c6..f8df4c52a361 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