Issue 1000: Patch to rename *Server modules to lower-case (original ) (raw ) Issue1000
Created on 2007-08-23 19:25 by jasonpjason , last changed 2022-04-11 14:56 by admin . This issue is now closed .
Messages (3)
msg55188 - (view)
Author: Jason Prado (jasonpjason)
Date: 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)
Date: 2007-08-23 19:26
The patch to py3k/Lib
msg66895 - (view)
Author: Brett Cannon (brett.cannon) *
Date: 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.
History
Date
User
Action
Args
2022-04-11 14:56:26
admin
set
github: 45341
2008-05-16 05:17:13
brett.cannon
unlink
issue2775 dependencies
2008-05-16 04:41:11
brett.cannon
set
status: open -> closedassignee: collinwinter messages: + resolution: rejectednosy: + brett.cannon
2008-05-13 19:25:35
georg.brandl
link
issue2775 dependencies
2007-09-06 18:02:38
collinwinter
set
nosy: + collinwinter
2007-09-06 18:02:17
collinwinter
set
components: + 2to3 (2.x to 3.x conversion tool)
2007-09-02 20:06:12
loewis
set
keywords: + patch
2007-08-28 10:32:53
jafo
set
priority: normal
2007-08-23 19:26:24
jasonpjason
set
files: + server-renames.patch messages: +
2007-08-23 19:25:19
jasonpjason
create