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

GitHub noreply at github.com
Tue Jun 27 18:40:44 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 36fc896740319d2c03aa2054a90a999c162517ef
      https://github.com/python/cpython/commit/36fc896740319d2c03aa2054a90a999c162517ef
  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)

Clarify that the break statement breaks out of the innermost enclosing for or while loop.




More information about the Python-checkins mailing list