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
标题: Patch to rename *Server modules to lower-case
类型: Stage:
Components: 2to3 (2.x to 3.x conversion tool), Library (Lib) Versions: Python 2.6
process
状态: closed Resolution: rejected
Dependencies: 后续:
分配给: collinwinter 抄送列表: brett.cannon, collinwinter, jasonpjason
优先级: normal 关键字: patch

Created on 2007-08-23 19:25 by jasonpjason, last changed 2022-04-11 14:56 by admin. This issue is now closed.

文件
文件名 上传时间 Description 编辑
fixer-server-imports.patch jasonpjason, 2007-08-23 19:25
server-renames.patch jasonpjason, 2007-08-23 19:26
Messages (3)
msg55188 - (view) Author: Jason Prado (jasonpjason) 日期: 2007-08-23 19:25
Here's a patcher for the 2to3 fixer. After I add this ticket I'll try to 
add another file for the py3k/Lib directory.
msg55189 - (view) Author: Jason Prado (jasonpjason) 日期: 2007-08-23 19:26
The patch to py3k/Lib
msg66895 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) 日期: 2008-05-16 04:41
SocketServer is the only *Server module who name is being directly 
lowercased. All the rest are ending up in various packages with a totally 
different name.
历史
日期 用户 动作 参数
2022-04-11 14:56:26admin修改github: 45341
2008-05-16 05:17:13brett.cannon解链issue2775 dependencies
2008-05-16 04:41:11brett.cannon修改状态: open -> closed
assignee: collinwinter
消息: + msg66895
resolution: rejected
抄送: + brett.cannon
2008-05-13 19:25:35georg.brandl链接issue2775 dependencies
2007-09-06 18:02:38collinwinter修改抄送: + collinwinter
2007-09-06 18:02:17collinwinter修改components: + 2to3 (2.x to 3.x conversion tool)
2007-09-02 20:06:12loewis修改keywords: + patch
2007-08-28 10:32:53jafo修改优先级: normal
2007-08-23 19:26:24jasonpjason修改文件: + server-renames.patch
消息: + msg55189
2007-08-23 19:25:19jasonpjason创建