Andy Sy <[EMAIL PROTECTED]> wrote: > > The Io language has what (on paper) seems to be a very > neat, Pythonic mechanism for doing asynchronous concurrency. > > > The mechanism is called futures and is described at: > > http://iolanguage.com/darcs/Io/_docs/guide.html#TOC17133 > > > Perhaps Python 3000 can incorporate some similar ideas > in its syntax or standard library?
This has been the case since Python 2.2 (if I remember correctly), see generators. Python 2.5 adds a mechanism to pass information back into generators (gen.send()). - Josiah _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com