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

2009-02-19 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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 aja...@gmail.com: -- priority: normal - low status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue949667 ___

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

2009-02-14 Thread Daniel Diniz
Daniel Diniz aja...@gmail.com added the comment: Implemented in 3.0, 2.x probably won't get this. Will close if nobody opposes. -- nosy: +ajaksu2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue949667