Add MIME types for video/3gpp and video/3gpp2
未关闭
还没有人认领这个 Issue。
stdlib
type-feature
- 主要语言
- Python
- 星标
- 77.2k
- 派生
- 35.9k
- PR 合并指标
- PR 指标待抓取
描述
Feature or enhancement
Proposal:
the audio versions of these containers are already supported
the video versions should be too. They are already registered with IANA here: https://www.iana.org/assignments/media-types/media-types.xhtml
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
Issue where those audio/ mimetypes were added https://github.com/python/cpython/issues/87160
Linked PRs
- gh-122632
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 Lib/mimetypes.py 中引用的第 527-530 行开始,这里注册了音频容器 MIME 类型。添加相应的视频类型,并验证 video/3gpp 和 video/3gpp2 都能被识别,同时以现有的 issue 87160 更改作为上下文。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- backend
- Issue 类型
- 功能
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 25/100