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 abo, ajaksu2, brian.curtin, christian.heimes, giampaolo.rodola, neologix, pitrou, vstinner
Date 2013-10-24.12:09:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1013589881.107805193.1382616544395.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1382614071.47.0.00922295105543.issue949667@psf.upfronthosting.co.za>
Content
> There is a real need of non-blocking operation, but I now think that
> adding a set_blocking() method is not the right solution. First, as
> said by Charles-Francois: O_NONBLOCK flag has no effect on regular
> files. Second, there is no portable way to declare a file as "non
> blocking": as said by Tim, it is complelty different on Windows (I/O
> Completion ports).

That it's not portable is actually a good reason to add a helper function
or method.
History
Date User Action Args
2013-10-24 12:09:32pitrousetrecipients: + pitrou, abo, vstinner, giampaolo.rodola, christian.heimes, ajaksu2, brian.curtin, neologix
2013-10-24 12:09:32pitroulinkissue949667 messages
2013-10-24 12:09:32pitroucreate