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 gregory.p.smith
Recipients giampaolo.rodola, gregory.p.smith
Date 2008-07-06.19:34:42
SpamBayes Score 0.06983703
Marked as misclassified No
Message-id <1215372884.19.0.768045316952.issue3278@psf.upfronthosting.co.za>
In-reply-to
Content
further reading reveals that this is the expected behavior.

p651 in 24.2: "select indicates an exception condition until the process
reads -beyond- the out of band data."  ...  "the solution is to only
select for an exception condition after reading normal data."  with code
examples.

in short: if you want OOB with select there are hoops to jump through
for the edge cases.  its layed out in the book.
History
Date User Action Args
2008-07-06 19:34:44gregory.p.smithsetspambayes_score: 0.069837 -> 0.06983703
recipients: + gregory.p.smith, giampaolo.rodola
2008-07-06 19:34:44gregory.p.smithsetspambayes_score: 0.069837 -> 0.069837
messageid: <1215372884.19.0.768045316952.issue3278@psf.upfronthosting.co.za>
2008-07-06 19:34:43gregory.p.smithlinkissue3278 messages
2008-07-06 19:34:42gregory.p.smithcreate