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.
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:34 | admin | set | nosy:
+ barry github: 47175 |
| 2008年05月24日 23:02:44 | brett.cannon | unlink | issue2775 dependencies |
| 2008年05月24日 18:31:40 | georg.brandl | set | status: open -> closed resolution: accepted messages: + msg67307 nosy: + georg.brandl |
| 2008年05月24日 00:19:23 | brett.cannon | set | keywords:
+ patch files: + revert_socketserver.diff messages: + msg67275 |
| 2008年05月20日 04:39:04 | brett.cannon | link | issue2775 dependencies |
| 2008年05月20日 04:35:28 | brett.cannon | create | |