pep 525: Mention collections.abc.AsyncGenerator.

This commit is contained in:
Yury Selivanov 2016-11-17 18:11:52 -05:00
parent e10a1a2650
commit 2e74d2b133
1 changed files with 2 additions and 0 deletions

View File

@ -453,6 +453,8 @@ New Standard Library Functions and Types
4. New method for asyncio event loop: ``loop.shutdown_asyncgens()``.
5. New ``collections.abc.AsyncGenerator`` abstract base class.
Backwards Compatibility
-----------------------