We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9963bde + 2abb6a4 commit 86fa4f9Copy full SHA for 86fa4f9
Doc/whatsnew/3.14.rst
@@ -933,7 +933,7 @@ Deprecated
933
(Contributed by Victor Stinner in :gh:`120743`.)
934
935
* :mod:`pdb`:
936
- The undocumented ``pdb.Pdb.curframe_locals`` attribtue is now a deprecated
+ The undocumented ``pdb.Pdb.curframe_locals`` attribute is now a deprecated
937
read-only property. The low overhead dynamic frame locals access added in
938
Python 3.13 by PEP 667 means the frame locals cache reference previously
939
stored in this attribute is no longer needed. Derived debuggers should access
Lib/idlelib/__main__.py
@@ -5,4 +5,3 @@
5
"""
6
import idlelib.pyshell
7
idlelib.pyshell.main()
8
-# This file does not work for 2.7; See issue 24212.
0 commit comments