[Python-checkins] [python/cpython] 0957f2: bpo-16011: clarify that 'in' always returns a bool...

GitHub noreply at github.com
Tue Mar 28 12:32:52 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 0957f262c5e47167efd520624557aebdc61bfda8
      https://github.com/python/cpython/commit/0957f262c5e47167efd520624557aebdc61bfda8
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-03-28 (Tue, 28 Mar 2017)

  Changed paths:
    M Doc/reference/expressions.rst

  Log Message:
  -----------
  bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-875)

(cherry picked from commit 0ae7c8bd614d3aa1fcaf2d71a10ff1148c80d9b5)




More information about the Python-checkins mailing list