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 cblp, gregory.p.smith, loewis, pitrou, vinay.sajip
Date 2012-05-19.14:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337439230.3424.1.camel@localhost.localdomain>
In-reply-to <1337439224.07.0.230263695141.issue14855@psf.upfronthosting.co.za>
Content
> On my computer, connect() on a UDP socket always finishes
> successfully. What's wrong?

Nothing wrong I guess, since connect() on an UDP socket doesn't actually
do anything, network-wise (UDP being an unconnected protocol).
History
Date User Action Args
2012-05-19 14:56:24pitrousetrecipients: + pitrou, loewis, gregory.p.smith, vinay.sajip, cblp
2012-05-19 14:56:22pitroulinkissue14855 messages
2012-05-19 14:56:22pitroucreate