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 JelleZijlstra
Recipients JelleZijlstra, gvanrossum, yselivanov
Date 2017-01-07.21:37:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483825061.03.0.644790904886.issue29198@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 525 async generators weren't added to typing.py, probably by oversight.

I sent pull requests to typing and typeshed on GitHub to add an AsyncGenerator class and stub:
- https://github.com/python/typing/pull/346
- https://github.com/python/typeshed/pull/815

However, typing docs are not in GitHub, so I'm attaching a doc patch here.
History
Date User Action Args
2017-01-07 21:37:41JelleZijlstrasetrecipients: + JelleZijlstra, gvanrossum, yselivanov
2017-01-07 21:37:41JelleZijlstrasetmessageid: <1483825061.03.0.644790904886.issue29198@psf.upfronthosting.co.za>
2017-01-07 21:37:40JelleZijlstralinkissue29198 messages
2017-01-07 21:37:40JelleZijlstracreate