[Python-ideas] [Python-Dev] Python needs a standard asynchronous return object

Nick Coghlan ncoghlan at gmail.com
Sat Sep 11 02:07:19 CEST 2010


On Sat, Sep 11, 2010 at 9:25 AM, Guido van Rossum <guido at python.org> wrote:
> Moving to python-ideas.
>
> Have you seen http://www.python.org/dev/peps/pep-3148/ ? That seems
> exactly what you want.

James did mention that in the post, although he didn't say what
deferreds really added beyond what futures provide, and why the
"add_done_callback" method isn't adequate to provide interoperability
between futures and deferreds (which would be odd, since Brian made
changes to that part of PEP 3148 to help with that interoperability
after discussions with Glyph).

Between PEP 380 and PEP 3148 I'm not really seeing a lot more scope
for standardisation in this space though.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia



More information about the Python-ideas mailing list