]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sat, 15 Oct 2022 22:13:33 +0000 (23:13 +0100)
committerGitHub <noreply@github.com>
Sat, 15 Oct 2022 22:13:33 +0000 (23:13 +0100)
commitbb56dead336357153a0c3b8cc9d9d6856d2c5a03
treeb3e336da20cd08a82d86f19c054f8c780ee422da
parent3a639bbeace73d54f7e5431d3224c8c8223d81ae
gh-98254: Include stdlib module names in error messages for NameErrors (#98255)
Lib/idlelib/idle_test/test_run.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2022-10-13-23-23-01.gh-issue-98254.bC8IKt.rst [new file with mode: 0644]
Python/pythonrun.c
Python/suggestions.c