Skip to content

Commit 86fa4f9

Browse files
authored
Merge branch 'main' into c-api-pyrun-string-doc
2 parents 9963bde + 2abb6a4 commit 86fa4f9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ Deprecated
933933
(Contributed by Victor Stinner in :gh:`120743`.)
934934

935935
* :mod:`pdb`:
936-
The undocumented ``pdb.Pdb.curframe_locals`` attribtue is now a deprecated
936+
The undocumented ``pdb.Pdb.curframe_locals`` attribute is now a deprecated
937937
read-only property. The low overhead dynamic frame locals access added in
938938
Python 3.13 by PEP 667 means the frame locals cache reference previously
939939
stored in this attribute is no longer needed. Derived debuggers should access

Lib/idlelib/__main__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
"""
66
import idlelib.pyshell
77
idlelib.pyshell.main()
8-
# This file does not work for 2.7; See issue 24212.

0 commit comments

Comments
 (0)