Codec name normalization breaks custom codecs
Open
Nobody has claimed this yet.
stdlib
topic-unicode
type-bug
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 44723 |
|---|---|
| Nosy | @gpshead, @vstinner, @ezio-melotti, @methane, @bodograumann |
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 2021-07-23.10:18:59.285>
labels = ['type-bug', '3.9', 'expert-unicode']
title = 'Codec name normalization breaks custom codecs'
updated_at = <Date 2022-01-25.02:02:30.022>
user = 'https://github.com/bodograumann'
bugs.python.org fields:
activity = <Date 2022-01-25.02:02:30.022>
actor = 'methane'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Unicode']
creation = <Date 2021-07-23.10:18:59.285>
creator = 'bodograumann'
dependencies = []
files = []
hgrepos = []
issue_num = 44723
keywords = []
message_count = 1.0
messages = ['398042']
nosy_count = 5.0
nosy_names = ['gregory.p.smith', 'vstinner', 'ezio.melotti', 'methane', 'bodograumann']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue44723'
versions = ['Python 3.9']
Linked PRs
- gh-137167
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 linked PR gh-137167 and the issue's Python 3.9 Unicode context; no source files or tests are named in the issue. Done means the codec name normalization behavior no longer breaks custom codecs, with the relevant regression covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- internationalization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100