[Python-Dev] How io.IOBase.readline() should behave when used on non-blocking obj and no data available?

2014-10-15 Thread Paul Sokolovsky
Hello, io.RawIOBase.read() is well specified for behavior in case it immediately gets a would-block condition: "If the object is in non-blocking mode and no bytes are available, None is returned." (https://docs.python.org/3/library/io.html#io.RawIOBase.read). However, nothing is said about such c

Re: [Python-Dev] Semi-official read-only Github mirror of the CPython Mercurial repository

2014-10-15 Thread Eli Bendersky
On Mon, Oct 6, 2014 at 12:37 PM, Benjamin Peterson wrote: > Eli, > Thanks for setting this up. People are evidently finding it quite useful > and are wondering if it could be more frequently run. We don't want you > to have to absorb the bandwidth costs yourself, though. Is the code you > use ava