[New-bugs-announce] [issue24184] PEP 492: Add AsyncIterator and AsyncIterable to collections.abc

Yury Selivanov report at bugs.python.org
Thu May 14 05:24:31 CEST 2015


New submission from Yury Selivanov:

The attached patch adds AsyncIterator & AsyncIterable to collections.abc module.

----------
assignee: yselivanov
components: Library (Lib)
files: async_abc.patch
keywords: patch
messages: 243148
nosy: asvetlov, gvanrossum, haypo, ncoghlan, yselivanov
priority: normal
severity: normal
stage: patch review
status: open
title: PEP 492: Add AsyncIterator and AsyncIterable to collections.abc
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file39369/async_abc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24184>
_______________________________________


More information about the New-bugs-announce mailing list