Skip to content

bpo-31709: Drop support for asynchronous __aiter__.#3903

Merged
1st1 merged 2 commits intopython:masterfrom
1st1:aiter_nocompat
Oct 6, 2017
Merged

bpo-31709: Drop support for asynchronous __aiter__.#3903
1st1 merged 2 commits intopython:masterfrom
1st1:aiter_nocompat

Conversation

@1st1
Copy link
Copy Markdown
Member

@1st1 1st1 commented Oct 6, 2017

@1st1 1st1 requested a review from rhettinger as a code owner October 6, 2017 04:28
@1st1 1st1 requested review from ncoghlan and removed request for rhettinger October 6, 2017 04:29
Copy link
Copy Markdown
Contributor

@ncoghlan ncoghlan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One minor typo in the docs, but otherwise LGTM!

Comment thread Doc/reference/datamodel.rst Outdated
.. versionchanged:: 3.7
Prior to Python 3.7, ``__aiter__`` could return an *awaitable*
that would resolve to an
:term:`asynchronous iterators <asynchronous iterator>`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: you don't want the s here.

@1st1
Copy link
Copy Markdown
Member Author

1st1 commented Oct 6, 2017

Thanks, Nick!

@1st1 1st1 merged commit faa135a into python:master Oct 6, 2017
@1st1 1st1 deleted the aiter_nocompat branch October 6, 2017 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants