added acts_like decorator to dataclasses module
Open
Nobody has claimed this yet.
3.8 (EOL)
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 32977 |
|---|---|
| Nosy | @ericvsmith, @ninjaaron |
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 2018-03-01.14:54:50.430>
labels = ['3.8', 'type-feature', 'library']
title = 'added acts_like decorator to dataclasses module'
updated_at = <Date 2018-03-01.23:20:59.909>
user = 'https://github.com/ninjaaron'
bugs.python.org fields:
activity = <Date 2018-03-01.23:20:59.909>
actor = 'eric.smith'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-03-01.14:54:50.430>
creator = 'ninjaaron'
dependencies = []
files = []
hgrepos = []
issue_num = 32977
keywords = []
message_count = 2.0
messages = ['313096', '313118']
nosy_count = 2.0
nosy_names = ['eric.smith', 'ninjaaron']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue32977'
versions = ['Python 3.8']
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
The issue requests an acts_like decorator in Python's dataclasses module, but names no files, tests, or expected behavior. First clarify the decorator's API and semantics with maintainers, then locate the dataclasses implementation and add tests once the behavior is agreed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100