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 zvyn
Recipients barry, jesstess, pitrou, r.david.murray, zvyn
Date 2014-08-09.16:56:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407603400.88.0.934663652476.issue21725@psf.upfronthosting.co.za>
In-reply-to
Content
I think that the peer arg is supposed to be set to the address of the peer connecting to our server.
The value 'peer' comes from test/mock_socket.py:105 and is the best answer we can get for mock_sock.getpeername() because there is no real client when directly writing into the socket. "('b', 0)" would be the address of the remote server.
History
Date User Action Args
2014-08-09 16:56:40zvynsetrecipients: + zvyn, barry, pitrou, r.david.murray, jesstess
2014-08-09 16:56:40zvynsetmessageid: <1407603400.88.0.934663652476.issue21725@psf.upfronthosting.co.za>
2014-08-09 16:56:40zvynlinkissue21725 messages
2014-08-09 16:56:40zvyncreate