Issue 1545011: Fixes SocketServer Bug 1531963 (original) (raw)

Issue1545011

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:19 admin set github: 43877
2006-08-23 01:35:49 damonkohler create