Skip to content
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

bpo-31811: added missing keywords to docs. #4140

Merged
merged 1 commit into from Nov 8, 2017
Merged

bpo-31811: added missing keywords to docs. #4140

merged 1 commit into from Nov 8, 2017

Conversation

gvoropaev
Copy link

@gvoropaev gvoropaev commented Oct 26, 2017

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

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
Copy link

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
Copy link
Member

Are you sure about the bpo number? https://bugs.python.org/issue31810

@gvoropaev gvoropaev changed the title bpo-31810: added missing keywords to docs. bpo-31811: added missing keywords to docs. Oct 26, 2017
@gvoropaev
Copy link
Author

gvoropaev commented Oct 26, 2017 via email

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

Copy link
Member

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.

@vstinner vstinner requested a review from 1st1 November 8, 2017 17:21
@1st1 1st1 added the skip news label Nov 8, 2017
@1st1 1st1 merged commit bf9d317 into python:master Nov 8, 2017
@gvoropaev gvoropaev deleted the missing_keywords_doc branch November 9, 2017 07:57
@gvoropaev gvoropaev restored the missing_keywords_doc branch November 9, 2017 07:57
@gvoropaev gvoropaev deleted the missing_keywords_doc branch January 13, 2018 07:31
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.

None yet

6 participants