[Python-checkins] [python/cpython] 9dff52: Clarification to the `break` statement (GH-2453) (...

GitHub noreply at github.com
Tue Jun 27 22:37:07 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 9dff523e42a5f8eca8e88151785be54468e57969
      https://github.com/python/cpython/commit/9dff523e42a5f8eca8e88151785be54468e57969
  Author: regexaurus <regexaurus at users.noreply.github.com>
  Date:   2017-06-27 (Tue, 27 Jun 2017)

  Changed paths:
    M Doc/tutorial/controlflow.rst

  Log Message:
  -----------
  Clarification to the `break` statement (GH-2453) (GH-2458)

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




More information about the Python-checkins mailing list