This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
标题: Apply PEP384 to _csv module
类型: enhancement Stage: resolved
Components: Extension Modules Versions: Python 3.8
process
状态: closed Resolution: duplicate
Dependencies: 后续: PEP 384 Refactoring applied to _csv module
View: 14935
分配给: 抄送列表: berker.peksag, eelizondo
优先级: normal 关键字: patch

Created on 2018-08-28 17:45 by eelizondo, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 8977 closed eelizondo, 2018-08-28 17:45
PR 16078 closed eelizondo, 2019-09-13 06:28
Messages (2)
msg324268 - (view) Author: Eddie Elizondo (eelizondo) * 日期: 2018-08-28 17:45
This applies the heap type refactoring from PEP 384 to the _csv module.
msg326584 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) 日期: 2018-09-27 19:30
This is a duplicate of issue 14935. Could you please retarget PR 8977 against issue 14935?
历史
日期 用户 动作 参数
2022-04-11 14:59:05admin修改github: 78714
2019-09-13 06:28:48eelizondo修改pull_requests: + pull_request15700
2018-09-27 19:30:16berker.peksag修改状态: open -> closed

后续: PEP 384 Refactoring applied to _csv module

抄送: + berker.peksag
消息: + msg326584
resolution: duplicate
stage: patch review -> resolved
2018-08-28 17:45:41eelizondo修改keywords: + patch
stage: patch review
pull_requests: + pull_request8451
2018-08-28 17:45:04eelizondo创建