Non-Windows mappings for a couple of Windows code pages
未关闭
还没有人认领这个 Issue。
3.10
3.8 (EOL)
3.9 (EOL)
OS-windows
topic-unicode
type-bug
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 36k
- 平均合并
- 1 天 9 小时
- 30 天内合并 PR
- 558
描述
| BPO | 28712 |
|---|---|
| Nosy | @pfmoore, @tjguk, @benjaminp, @ned-deily, @ezio-melotti, @zware, @serhiy-storchaka, @eryksun, @zooba, @Artoria2e5 |
| 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-11-16.05:40:28.170>
labels = ['type-bug', '3.8', 'OS-windows', '3.10', 'expert-unicode', '3.9']
title = 'Non-Windows mappings for a couple of Windows code pages'
updated_at = <Date 2021-03-08.19:02:53.281>
user = 'https://github.com/Artoria2e5'
bugs.python.org fields:
activity = <Date 2021-03-08.19:02:53.281>
actor = 'vstinner'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Unicode', 'Windows']
creation = <Date 2016-11-16.05:40:28.170>
creator = 'Artoria2e5'
dependencies = []
files = ['45498', '45501', '45503', '45511']
hgrepos = []
issue_num = 28712
keywords = []
message_count = 23.0
messages = ['280914', '280915', '280918', '280944', '280949', '280956', '280965', '280967', '280970', '280971', '280973', '280974', '280979', '280980', '280983', '280986', '280989', '280990', '281014', '281019', '281023', '281026', '281044']
nosy_count = 10.0
nosy_names = ['paul.moore', 'tim.golden', 'benjamin.peterson', 'ned.deily', 'ezio.melotti', 'zach.ware', 'serhiy.storchaka', 'eryksun', 'steve.dower', 'Artoria2e5']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue28712'
versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先比较 windows10_14959.txt 和 win10_14959_py36.txt,使用 pycp_ctypes.py 了解原生 Windows 参考实现,并使用 codepage_table.csv 查看拟议的映射。追踪受影响的代码页在哪里定义,并为非 Windows 行为添加覆盖;当映射与修正后的 Windows 输出一致,且不会导致其他 Unicode 映射回归时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- internationalization, operating-systems
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100