[issue949667] file write() method and non-blocking mode.

2009-02-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: setblocking() doesn't exist in py3k either, so reopening. I agree it would be useful to set files as non-blocking in a portableway. -- nosy: +pitrou priority: low -> normal status: pending -> open versions: +Python 3.1 _

[issue949667] file write() method and non-blocking mode.

2009-02-17 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue949667] file write() method and non-blocking mode.

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Implemented in 3.0, 2.x probably won't get this. Will close if nobody opposes. -- nosy: +ajaksu2 ___ Python tracker ___