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

GitHub noreply at github.com
Tue Jun 27 22:38:23 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: c4cc5534fd32dfde5564dd44f867f2fd66d3e1da
      https://github.com/python/cpython/commit/c4cc5534fd32dfde5564dd44f867f2fd66d3e1da
  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-2457)

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