This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients aronacher, docs@python, gvanrossum, hynek, vstinner, yselivanov
Date 2016-11-08.16:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJcJ=TZh_mrAZgg8dPsq_-BEjCuxmyzP_aExRMPad5DsA@mail.gmail.com>
In-reply-to <1478622378.55.0.352245281074.issue27589@psf.upfronthosting.co.za>
Content
Well, in that case the idiom will be even simpler: wrap each one in a
coroutine that awaits it and prints the result and then gather() all the
coroutine wrappers.
History
Date User Action Args
2016-11-08 16:30:27gvanrossumsetrecipients: + gvanrossum, vstinner, aronacher, docs@python, hynek, yselivanov
2016-11-08 16:30:27gvanrossumlinkissue27589 messages
2016-11-08 16:30:27gvanrossumcreate