This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Implement PEP 473
Type: Stage: resolved
Components: Versions: Python 3.8
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: eric.araujo, skreft
Priority: normal Keywords: patch

Created on 2018-03-27 19:32 by skreft, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6271 open python-dev, 2018-03-27 19:35
Messages (2)
msg314546 - (view) Author: (skreft) Date: 2018-03-27 19:32
Implement PEP 473.
msg388635 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2021-03-13 20:48
The PEP has been rejected, so there is no big plan to add structured data to all exceptions, but you can open specific tickets and/or python-ideas discussions to add attributes to specific exceptions.

So I think this ticket should be closed, and a new one created to add NameError.name.
History
Date User Action Args
2022-04-11 14:58:59adminsetgithub: 77340
2021-03-13 20:58:30skreftsetstatus: open -> closed
stage: patch review -> resolved
2021-03-13 20:48:24eric.araujosetnosy: + eric.araujo
messages: + msg388635
2018-03-27 19:35:14python-devsetkeywords: + patch
stage: patch review
pull_requests: + pull_request6000
2018-03-27 19:32:44skreftcreate