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 pitrou
Recipients giampaolo.rodola, pitrou, spiv
Date 2010-09-14.13:36:13
SpamBayes Score 0.00018450097
Marked as misclassified No
Message-id <1284471376.66.0.213717890729.issue9729@psf.upfronthosting.co.za>
In-reply-to
Content
sendto() has a similar problem. socket.sendto() takes (data, flags=0, addr), but SSLSocket.sendto() incorrectly forwards the arguments. Updated patch attached.
History
Date User Action Args
2010-09-14 13:36:16pitrousetrecipients: + pitrou, spiv, giampaolo.rodola
2010-09-14 13:36:16pitrousetmessageid: <1284471376.66.0.213717890729.issue9729@psf.upfronthosting.co.za>
2010-09-14 13:36:14pitroulinkissue9729 messages
2010-09-14 13:36:14pitroucreate