Message8479

Author zyasoft
Recipients amak, irmen, zyasoft
Date 2014-05-21.21:29:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400707750.42.0.739565851507.issue2078@psf.upfronthosting.co.za>
In-reply-to
Content
Also need to fix the nearly identical issue (from an implementation perspective) as reported in #2079:

from socket import *
s=socket(AF_INET6, SOCK_STREAM)
s.bind(("",0,0,0))
s.listen(1)
assert len(s.getsockname()) == 4
History
Date User Action Args
2014-05-21 21:29:10zyasoftsetmessageid: <1400707750.42.0.739565851507.issue2078@psf.upfronthosting.co.za>
2014-05-21 21:29:10zyasoftsetrecipients: + zyasoft, amak, irmen
2014-05-21 21:29:10zyasoftlinkissue2078 messages
2014-05-21 21:29:10zyasoftcreate