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 vinay.sajip
Recipients novas0x2a, vinay.sajip
Date 2013-04-20.13:08:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366463301.24.0.307287399986.issue17795@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached an alternative patch. The default socktype stays as socket.SOCK_DGRAM, but you can specify socktype=None to get the SOCK_DGRAM falling back to SOCK_STREAM behaviour.

Can you confirm that this alternative approach works in your environment? (This patch is against the default branch.)
History
Date User Action Args
2013-04-20 13:08:21vinay.sajipsetrecipients: + vinay.sajip, novas0x2a
2013-04-20 13:08:21vinay.sajipsetmessageid: <1366463301.24.0.307287399986.issue17795@psf.upfronthosting.co.za>
2013-04-20 13:08:21vinay.sajiplinkissue17795 messages
2013-04-20 13:08:21vinay.sajipcreate