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 pitrou
Recipients alexandre.vassalotti, gregory.p.smith, pitrou
Date 2008-06-10.08:34:24
SpamBayes Score 0.27266234
Marked as misclassified No
Message-id <1213086879.75.0.0116573354873.issue2523@psf.upfronthosting.co.za>
In-reply-to
Content
Yup. However, if you try it, you'll probably notice that it decreases
performance of normal (blocking) reads as well :-)

Anyway, non-blocking file objects are pretty much second-class citizens
in Py3k right now, so my remark was theoretical.
History
Date User Action Args
2008-06-10 08:34:41pitrousetspambayes_score: 0.272662 -> 0.27266234
recipients: + pitrou, gregory.p.smith, alexandre.vassalotti
2008-06-10 08:34:39pitrousetspambayes_score: 0.272662 -> 0.272662
messageid: <1213086879.75.0.0116573354873.issue2523@psf.upfronthosting.co.za>
2008-06-10 08:34:37pitroulinkissue2523 messages
2008-06-10 08:34:34pitroucreate