bpo-31811: added missing keywords to docs. by gvoropaev · Pull Request #4140 · python/cpython (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

1st1 merged 1 commit intopython:masterfromgvoropaev:missing_keywords_doc

Nov 8, 2017

Conversation4 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

gvoropaev

async and await keywords have been merged into upstream, but they are
all missing in the lexical analysis docs. This change adds them to the
appropriate keywords section in documentation.

https://bugs.python.org/issue31811

@gvoropaev

async and await keywords has been merged into upstream, but they are all missing in the lexical analysis docs. This change adds them to the appropriate keywords section in documentation.

@the-knights-who-say-ni

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

Thanks again to your contribution and we look forward to looking at it!

@vstinner

@gvoropaev gvoropaev changed the titlebpo-31810: added missing keywords to docs. bpo-31811: added missing keywords to docs.

Oct 26, 2017

@gvoropaev

Oh, sorry. I’ve fixed that.

On 26 Oct 2017, at 21:23, Victor Stinner ***@***.***> wrote: Are you sure about the bpo number? https://bugs.python.org/issue31810 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

berkerpeksag

and continue for lambda try
as def from nonlocal while
assert del global not with
async elif if or yield

Choose a reason for hiding this comment

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

I'd also add

.. versionchanged:: 3.7 async and await are now keywords.

1st1

1st1 approved these changes Nov 8, 2017