[Python-Dev] cpython: Issue #17741: Rename IncrementalParser and its methods.

Ethan Furman ethan at stoneleaf.us
Sat Aug 31 04:32:16 CEST 2013


On 08/30/2013 06:37 PM, Ryan Gonzalez wrote:
> I still think non-blocking sounds network-related...

Sometimes it is.  And sometimes it's user-input related, or waiting on a local-pipeline related.  But in all cases it 
means, return whatever is ready, don't block if nothing is ready.

--
~Ethan~


More information about the Python-Dev mailing list