The Wayback Machine - https://web.archive.org/web/20221223170104/https://github.com/python/cpython/pull/28990
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

[3.9] bpo-45463: Clarify that global statements allows multiple names (GH-28851) #28990

Merged
merged 1 commit into from Oct 16, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 16, 2021

The global statement allows specifying a list of identifiers
(https://docs.python.org/3/reference/simple_stmts.htmlGH-the-global-statement).

The "Execution model" chapter described the global statement as if it
only allowed one single name. Pluralize "name" in the appropriate places.
(cherry picked from commit 4ecd119)

Co-authored-by: Luca Chiodini [email protected]

https://bugs.python.org/issue45463

…onGH-28851)

The global statement allows specifying a list of identifiers
(https://docs.python.org/3/reference/simple_stmts.htmlGH-the-global-statement).

The "Execution model" chapter described the global statement as if it
only allowed one single name. Pluralize "name" in the appropriate places.
(cherry picked from commit 4ecd119)

Co-authored-by: Luca Chiodini <[email protected]>
@miss-islington
Copy link
Contributor Author

miss-islington commented Oct 16, 2021

@lucach and @terryjreedy: Status check is done, and it's a failure .

@terryjreedy terryjreedy merged commit ac1b7a3 into python:3.9 Oct 16, 2021
13 checks passed
@miss-islington miss-islington deleted the backport-4ecd119-3.9 branch Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants