[Python-ideas] Tulip / PEP 3156 (original) (raw)
[Python-ideas] Tulip / PEP 3156 - subprocess events
Paul Moore p.f.moore at gmail.com
Fri Jan 18 09:08:33 CET 2013
- Previous message: [Python-ideas] Tulip / PEP 3156 - subprocess events
- Next message: [Python-ideas] Tulip / PEP 3156 - subprocess events
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 18 January 2013 05:08, Guido van Rossum <guido at python.org> wrote:
That still doesn't spell out that it's about the internet in particular. Or is the assumption that internet connections are the only kind that matter these days? Basically yes, in this context. The same assumption underlies socket.getaddrinfo() in the stdlib. If you have a CORBA system lying around and you want to support it, you're welcome to create the transport connection function createcorbaconnection(). :-)
To create that create_corba_connection() function, you'd be expected to subclass the standard event loop, is that right?
Paul
- Previous message: [Python-ideas] Tulip / PEP 3156 - subprocess events
- Next message: [Python-ideas] Tulip / PEP 3156 - subprocess events
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]