]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130425: Add "Did you mean [...]" suggestions for `del obj.attr` (GH-136588)
authorPranjal Prajapati <145594122+Pranjal095@users.noreply.github.com>
Fri, 22 Aug 2025 10:21:16 +0000 (15:51 +0530)
committerGitHub <noreply@github.com>
Fri, 22 Aug 2025 10:21:16 +0000 (12:21 +0200)
commitf27af8ba8eb9cde3625003a44692a3e3c0dbc6fb
tree11d011eb629bf168a7ca47c5b98becefa5348a38
parent4519b8acb5a65df2af69e60b0d8c0a5df5bfb087
gh-130425: Add "Did you mean [...]" suggestions for `del obj.attr` (GH-136588)

Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Doc/whatsnew/3.15.rst
Lib/test/test_traceback.py
Misc/NEWS.d/next/Core_and_Builtins/2025-02-22-01-23-23.gh-issue-130425.x5SNQ8.rst [new file with mode: 0644]
Objects/dictobject.c