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
Title: Revert SocketServer rename in 2.6
Type: behavior Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: barry, brett.cannon, georg.brandl
Priority: release blocker Keywords: patch

Created on 2008-05-20 04:35 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
revert_socketserver.diff brett.cannon, 2008-05-24 00:18 patch to change references back to SocketServer (except the module itself)
Messages (3)
msg67096 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-20 04:35
The rename of SocketServer in 2.6 needs to be reverted; only a note in the 
docs should remain.
msg67275 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-05-24 00:18
I am attaching a patch that (should) revert all references to socketserver 
back to SocketServer. Because I am on OS X I can't do the actual ``svn 
rename`` on Lib/socketserver.py to Lib/SocketServer.py so someone else 
(PLEASE!) will need to do the ``svn rename`` apply the patch, run the test 
suite, and then commit.
msg67307 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-24 18:31
Okay, moved the module and applied the patch in r63586, r63587 and r63589.
History
Date User Action Args
2022-04-11 14:56:34adminsetnosy: + barry
github: 47175
2008-05-24 23:02:44brett.cannonunlinkissue2775 dependencies
2008-05-24 18:31:40georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg67307
nosy: + georg.brandl
2008-05-24 00:19:23brett.cannonsetkeywords: + patch
files: + revert_socketserver.diff
messages: + msg67275
2008-05-20 04:39:04brett.cannonlinkissue2775 dependencies
2008-05-20 04:35:28brett.cannoncreate