Add "ignore_modules" option to TracebackException.format()
Open
Nobody has claimed this yet.
3.10
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 31299 |
|---|---|
| Nosy | @brettcannon, @ncoghlan, @pitrou, @rbtcollins, @pablogsal, @iritkatriel |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2017-08-29.07:45:45.416>
labels = ['type-feature', 'library', '3.10']
title = 'Add "ignore_modules" option to TracebackException.format()'
updated_at = <Date 2021-08-31.20:42:18.563>
user = 'https://github.com/ncoghlan'
bugs.python.org fields:
activity = <Date 2021-08-31.20:42:18.563>
actor = 'iritkatriel'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2017-08-29.07:45:45.416>
creator = 'ncoghlan'
dependencies = []
files = []
hgrepos = []
issue_num = 31299
keywords = ['patch']
message_count = 10.0
messages = ['300974', '301791', '302892', '304921', '305996', '306762', '328137', '334399', '382694', '400777']
nosy_count = 6.0
nosy_names = ['brett.cannon', 'ncoghlan', 'pitrou', 'rbcollins', 'pablogsal', 'iritkatriel']
pr_nums = ['26772', '28067']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue31299'
versions = ['Python 3.10']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
TracebackException.format() is the named entry point, and PRs #26772 and #28067 are recorded in the issue. Review those changes and the historical discussion first to determine the intended behavior and existing test coverage. Done means the agreed ignore_modules option is implemented and verified without reopening the unresolved patch-review questions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100