`typing.{io,re}` missing in `3.10`
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 141
- Forks
- 41
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 3
Description
The modules typing.io and typing.re are missing in 3.10. They are present only in 3.8 and nowhere else, even though they exist at least in 3.10, albeit created in an awkward way.
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
Compare the repository's Python 3.10 standard-library entries with the Python 3.10 module list, focusing on typing.io and typing.re. The work is done when both modules are represented for 3.10 consistently with the project's existing data and checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100