Document the ABCs for instance/subclass checks of dict view types
Open
Nobody has claimed this yet.
3.11
docs
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 27544 |
|---|---|
| Nosy | @terryjreedy, @Vgr255, @story645, @jnmclarty |
| Files |
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 2016-07-18.01:25:15.883>
labels = ['3.11', 'type-feature', 'docs']
title = 'Document the ABCs for instance/subclass checks of dict view types'
updated_at = <Date 2021-10-21.23:51:52.797>
user = 'https://github.com/story645'
bugs.python.org fields:
activity = <Date 2021-10-21.23:51:52.797>
actor = 'iritkatriel'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2016-07-18.01:25:15.883>
creator = 'story645'
dependencies = []
files = ['43768']
hgrepos = []
issue_num = 27544
keywords = ['patch']
message_count = 3.0
messages = ['270672', '270674', '271029']
nosy_count = 5.0
nosy_names = ['terry.reedy', 'docs@python', 'abarry', 'story645', 'Jeffrey McLarty']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue27544'
versions = ['Python 3.11']
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
Start by reviewing the linked dict_view_doc_1.patch and the existing Python documentation for dict view types. Confirm which ABCs should be documented for instance and subclass checks, then verify that the documentation accurately reflects the supported behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100