]> granicus.if.org Git - python/commit
bpo-32320: Add default value support to collections.namedtuple() (#4859)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 11 Jan 2018 05:45:19 +0000 (21:45 -0800)
committerGitHub <noreply@github.com>
Thu, 11 Jan 2018 05:45:19 +0000 (21:45 -0800)
commit3948207c610e931831828d33aaef258185df31db
tree784b0122b54543b540559d23385a060f9d924d44
parentd55209d5b1e097cde55fa3f83149d614c8ccaf09
bpo-32320: Add default value support to collections.namedtuple() (#4859)
Doc/library/collections.rst
Lib/collections/__init__.py
Lib/test/test_collections.py
Misc/NEWS.d/next/Library/2017-12-14-01-36-25.bpo-32320.jwOZlr.rst [new file with mode: 0644]