[Python-checkins] [python/cpython] 184bd8: bpo-30659 : Use ** for kwargs in namedtuple._repla...

GitHub noreply at github.com
Tue Jun 13 15:20:52 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 184bd82ba8106785ba22f0d2477dbd08bef821fb
      https://github.com/python/cpython/commit/184bd82ba8106785ba22f0d2477dbd08bef821fb
  Author: Ben Hoyt <benhoyt at gmail.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M Doc/library/collections.rst

  Log Message:
  -----------
  bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173)




More information about the Python-checkins mailing list