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 Frank.Ling
Recipients Frank.Ling, pitrou
Date 2012-06-29.01:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340932488.32.0.516989183975.issue15215@psf.upfronthosting.co.za>
In-reply-to
Content
how to create socket and have block timeout mode?

        self.socket.setblocking(1)
        self.socket.settimeout(1)
this program is error?
History
Date User Action Args
2012-06-29 01:14:48Frank.Lingsetrecipients: + Frank.Ling, pitrou
2012-06-29 01:14:48Frank.Lingsetmessageid: <1340932488.32.0.516989183975.issue15215@psf.upfronthosting.co.za>
2012-06-29 01:14:47Frank.Linglinkissue15215 messages
2012-06-29 01:14:47Frank.Lingcreate