8000 gh-98254: Add what's new entry for the improvement in commit bb56dead336357153a0c3b8cc9d9d6856d2c5a03 by pablogsal · Pull Request #99197 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-98254: Add what's new entry for the improvement in commit bb56dead336357153a0c3b8cc9d9d6856d2c5a03 #99197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/whatsnew/3.12.rst
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
pablogsal and hugovk authored Nov 7, 2022
commit ddcd6215687e101248e1d6d6facd3545632fcdb5
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Improved Error Messages
=======================

* Modules from the standard library are now potentially suggested as part of
the error messages displayed by the interpreter when an :exc:`NameError` is
the error messages displayed by the interpreter when a :exc:`NameError` is
raised to the top level. Contrubuted by Pablo Galindo in :gh:`98254`.

>>> sys.version_info
Expand Down
0