X Tutup
Skip to content

[3.5] Clarification to the break statement (GH-2453)#2458

Merged
Mariatta merged 1 commit intopython:3.5from
regexaurus:backport-36fc896-3.5
Jun 28, 2017
Merged

[3.5] Clarification to the break statement (GH-2453)#2458
Mariatta merged 1 commit intopython:3.5from
regexaurus:backport-36fc896-3.5

Conversation

@regexaurus
Copy link
Copy Markdown
Contributor

Clarify that the break statement breaks out of the innermost enclosing for or while loop.
(cherry picked from commit 36fc896)

Clarify that the break statement breaks out of the innermost enclosing for or while loop.
(cherry picked from commit 36fc896)
@Mariatta Mariatta added trivial docs Documentation in the Doc dir labels Jun 28, 2017
@Mariatta Mariatta merged commit 9dff523 into python:3.5 Jun 28, 2017
@regexaurus regexaurus deleted the backport-36fc896-3.5 branch June 28, 2017 02:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup