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.

Author r.david.murray
Recipients barry, jesstess, pitrou, r.david.murray, zvyn
Date 2014-08-09.20:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407616974.19.0.132881138719.issue21725@psf.upfronthosting.co.za>
In-reply-to
Content
OK, it's a bug in mock_socket, then.  getpeername should be returning a tuple (address, port).

I went ahead and fixed it, and committed the patch.

Thanks Milan!  Sorry the reviews were so delayed.
History
Date User Action Args
2014-08-09 20:42:54r.david.murraysetrecipients: + r.david.murray, barry, pitrou, jesstess, zvyn
2014-08-09 20:42:54r.david.murraysetmessageid: <1407616974.19.0.132881138719.issue21725@psf.upfronthosting.co.za>
2014-08-09 20:42:54r.david.murraylinkissue21725 messages
2014-08-09 20:42:54r.david.murraycreate