[Python-Dev] please back out changeset f903cf864191 before alpha-2

Simon Cross hodgestar+pythondev at gmail.com
Mon Aug 26 17:44:41 CEST 2013


On Mon, Aug 26, 2013 at 2:51 PM, Antoine Pitrou <solipsis at pitrou.net> wrote:
> Because this API is mostly useful when the data is received (*) at a
> slow enough speed - which usually means from the network, not from a
> hard drive.

It looks like all the events have to be ready before one can start
iterating over .events() in the new API? That doesn't seem that useful
from an asynchronous programming perspective and .data_received() and
.eof_received() appear to be thin wrappers over .feed() and .close()?

Am I misunderstanding something?


More information about the Python-Dev mailing list