help() of bitwise operators should mention sets as well
Open
Nobody has claimed this yet.
3.7 (EOL)
docs
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 32412 |
|---|---|
| Nosy | @stevendaprano, @bitdancer |
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-12-23.04:35:29.731>
labels = ['type-feature', '3.7', 'docs']
title = 'help() of bitwise operators should mention sets as well'
updated_at = <Date 2017-12-23.16:24:04.746>
user = 'https://github.com/stevendaprano'
bugs.python.org fields:
activity = <Date 2017-12-23.16:24:04.746>
actor = 'r.david.murray'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2017-12-23.04:35:29.731>
creator = 'steven.daprano'
dependencies = []
files = []
hgrepos = []
issue_num = 32412
keywords = []
message_count = 2.0
messages = ['308946', '308956']
nosy_count = 3.0
nosy_names = ['steven.daprano', 'r.david.murray', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue32412'
versions = ['Python 3.7']
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 at Python's help() entry point and locate the help text for bitwise operators. Review how set operations are described there, then update the documentation so help() mentions sets; done means the relevant help output clearly covers them.
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
- 55/100