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 levkivskyi
Recipients Inyeol.Lee, belopolsky, benjamin.peterson, danielsh, emptysquare, erickt, esc24, georg.brandl, glyph, gvanrossum, levkivskyi, rhettinger
Date 2017-01-25.22:24:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485383097.52.0.478787579047.issue10544@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5 does not support this, you should use Python 3.6 (plus await x will fail when you will run the coroutine, since you cannot await on int).
History
Date User Action Args
2017-01-25 22:24:57levkivskyisetrecipients: + levkivskyi, gvanrossum, georg.brandl, rhettinger, belopolsky, benjamin.peterson, erickt, glyph, Inyeol.Lee, esc24, danielsh, emptysquare
2017-01-25 22:24:57levkivskyisetmessageid: <1485383097.52.0.478787579047.issue10544@psf.upfronthosting.co.za>
2017-01-25 22:24:57levkivskyilinkissue10544 messages
2017-01-25 22:24:57levkivskyicreate