[Python-ideas] PEP 3156: Clarifying the different components of the event loop API

Antoine Pitrou solipsis at pitrou.net
Sun Jan 20 13:38:35 CET 2013


On Sun, 20 Jan 2013 12:34:24 +1000
Nick Coghlan <ncoghlan at gmail.com> wrote:
> 
> Low level transport creation:
> - create_connection()
> - create_pipe() # Once it exists in the PEP

You need some kind of create_listener() too.

Regards

Antoine.





More information about the Python-ideas mailing list