]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143962: Improve name suggestions for not normalized names (GH-144154)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Feb 2026 17:23:09 +0000 (19:23 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Feb 2026 17:23:09 +0000 (17:23 +0000)
commitdd0fde58cce1e664c095949404d91807e1b45c55
tree89a695e70f354cff3d19f7df82a88ad9fe20b39f
parent1b6d737ee0205521333cf5fe6ca6df2d3a6d4ec2
gh-143962: Improve name suggestions for not normalized names (GH-144154)

Suggest the normalized name or the closest name to the normalized name.
If the suggested name is not ASCII, include also its ASCII representation.
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core_and_Builtins/2026-01-22-17-04-30.gh-issue-143962.dQR1a9.rst [new file with mode: 0644]