]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-134872: add ModuleNotFoundError suggestions (#142512)
authorFilipe Laíns <lains@riseup.net>
Thu, 19 Feb 2026 16:10:58 +0000 (16:10 +0000)
committerGitHub <noreply@github.com>
Thu, 19 Feb 2026 16:10:58 +0000 (16:10 +0000)
commitf282f7aed91a872078ea88df3d22a780bbd7bee0
treede4128c86183b11e1017c0a0b3bc2ce2513341c8
parent157f271de352f16ecd052fb1fb0fcce528962407
GH-134872: add ModuleNotFoundError suggestions (#142512)

* gh-134872: Add traceback suggestions for ModuleNotFoundError

Signed-off-by: Filipe Laíns <lains@riseup.net>
* Add news

Signed-off-by: Filipe Laíns <lains@riseup.net>
---------

Signed-off-by: Filipe Laíns <lains@riseup.net>
Lib/traceback.py
Misc/NEWS.d/next/Library/2026-02-19-15-42-06.gh-issue-134872.sjYX1-.rst [new file with mode: 0644]