[Python-checkins] [python/cpython] 16b6f9: [3.6] bpo-28851: Improve namedtuple documentation ...

GitHub noreply at github.com
Tue Apr 25 21:23:06 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 16b6f971bd8afc72b439b83324eba744460adb67
      https://github.com/python/cpython/commit/16b6f971bd8afc72b439b83324eba744460adb67
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M Doc/library/collections.rst

  Log Message:
  -----------
  [3.6] bpo-28851: Improve namedtuple documentation (GH-1274) (GH-1286)

Clarify that a sequence of strings is the preferred value for 'field_names'.
(cherry picked from commit 97bf722fcd1de1236824377e052369dc7686b644)




More information about the Python-checkins mailing list