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

GitHub noreply at github.com
Tue Jun 27 22:36:16 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 5b5002c466f7952a81634e482d1aa9ef0f3e96f7
      https://github.com/python/cpython/commit/5b5002c466f7952a81634e482d1aa9ef0f3e96f7
  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-2459)

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