]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 18 Jan 2024 04:39:12 +0000 (23:39 -0500)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2024 04:39:12 +0000 (04:39 +0000)
commit6f4b242a03e521a55f0b9e440703b424ed18ce2f
tree8304999801f3e5d3dd51085c0c1771fd3c24c3ae
parent8cda72037b262772399b2b7fc36dee9340d74fd6
gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227)

Prefix 'dict' with 'o', 'g', or 'l' for 'object', 'global', or 'local'.
Suffix 'object' with '_'.
Lib/idlelib/News3.txt
Lib/idlelib/debugger.py
Lib/idlelib/debugger_r.py
Lib/idlelib/debugobj.py
Lib/idlelib/idle_test/test_calltip.py
Lib/idlelib/rpc.py
Lib/idlelib/stackviewer.py
Misc/NEWS.d/next/IDLE/2024-01-17-23-18-15.gh-issue-96905.UYaxoU.rst [new file with mode: 0644]