Skip to content

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

Merged
1st1 merged 1 commit into
python:masterfrom
gvoropaev:missing_keywords_doc
Nov 8, 2017
Merged

bpo-31811: added missing keywords to docs.#4140
1st1 merged 1 commit into
python:masterfrom
gvoropaev:missing_keywords_doc

Conversation

@gvoropaev
Copy link
Copy Markdown

@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
Copy Markdown

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
Copy Markdown
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
Copy Markdown
Author

gvoropaev commented Oct 26, 2017 via email

as def from nonlocal while
assert del global not with
async elif if or yield

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

6 participants