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 Ronny.Pfannschmidt
Recipients Ronny.Pfannschmidt
Date 2013-01-26.11:30:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359199810.96.0.970549154582.issue17039@psf.upfronthosting.co.za>
In-reply-to
Content
the change to conform with pep 3114 makes socketSocketIO hide Timeouts,
since they are also denoted with EAGAIN (which is one of the blocking errors a nonblocking socket will raise)

that causes read/readinto return None, when one would expect a Timeout
History
Date User Action Args
2013-01-26 11:30:11Ronny.Pfannschmidtsetrecipients: + Ronny.Pfannschmidt
2013-01-26 11:30:10Ronny.Pfannschmidtsetmessageid: <1359199810.96.0.970549154582.issue17039@psf.upfronthosting.co.za>
2013-01-26 11:30:10Ronny.Pfannschmidtlinkissue17039 messages
2013-01-26 11:30:10Ronny.Pfannschmidtcreate