Skip to content

bpo-33514: Document PEP 492 changes in 3.7 changelog #6857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

hroncok
Copy link
Contributor

@hroncok hroncok commented May 15, 2018

Based on PEP 492, old __aiter__ protocol is no longer supported
and async and await are now keywords.

https://bugs.python.org/issue33514

@hroncok
Copy link
Contributor Author

hroncok commented May 15, 2018

I consider this a skip news candidate.

@@ -1157,6 +1157,16 @@ Changes in Python behavior
exceptions.
(Contributed by Yury Selivanov in :issue:`32670`.)

* :pep:`492` is fully enabled in Python 3.7, meaning that the old
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: s/enabled/implemented/

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

Based on PEP 492, old __aiter__ protocol is no longer supported
and async and await are now keywords.
@hroncok
Copy link
Contributor Author

hroncok commented May 23, 2018

Obsoleted by #6978

@hroncok hroncok closed this May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants