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: Fixes SocketServer Bug 1531963
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: collinwinter Nosy List: collinwinter, damonkohler
Priority: normal Keywords: patch

Created on 2006-08-23 01:35 by damonkohler, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
mypatch damonkohler, 2006-08-23 01:35 Patch for Bug 1531963
Messages (3)
msg50975 - (view) Author: Damon Kohler (damonkohler) Date: 2006-08-23 01:35
Bug 1531963 is fixed by setting
SocketServer.server_address =
SocketServer.socket.getsockname() when the socket is bound.
msg50976 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2007-03-07 20:14
Looks good to me.
msg50977 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2007-03-10 03:34
Applied as r54253 (for 2.6), r54255 (for 2.5.1). Thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43877
2006-08-23 01:35:49damonkohlercreate