Message3072

Author amak
Recipients amak, fwierzbicki, rluse
Date 2008-03-08.16:17:28
SpamBayes Score 0.05481394
Marked as misclassified No
Message-id <1204993049.72.0.140672638141.issue1005@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for all your research Bob, it has been most enlightening.

I have checked in some changes, namely

1. The simple fix for the obvious bug relating to failure to configure
the socket implicitly created by _udpsocket.sendto()

2. Cpython compatible behaviour for the recvfrom() method, in the case
where the socket is unbound.

In relation to the latter bug, I have checked in both options in the
code, but commented out my favoured approach, which is to raise an
exception.

Depending on further research results, the outcome of the Sun bug
relating to DatagramChannel.receive, and community input, we may yet
choose the exception route.

I'm leaving this bug open until we make a final decision.
History
Date User Action Args
2008-03-08 16:17:29amaksetspambayes_score: 0.0548139 -> 0.05481394
recipients: + amak, fwierzbicki, rluse
2008-03-08 16:17:29amaksetspambayes_score: 0.0548139 -> 0.0548139
messageid: <1204993049.72.0.140672638141.issue1005@psf.upfronthosting.co.za>
2008-03-08 16:17:29amaklinkissue1005 messages
2008-03-08 16:17:29amakcreate