]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Minor improvement to the namedtuple implementation (GH-20741)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Mon, 8 Jun 2020 19:38:41 +0000 (12:38 -0700)
committerGitHub <noreply@github.com>
Mon, 8 Jun 2020 19:38:41 +0000 (12:38 -0700)
commit0a40849eb99a0357113bff10434ec6605e3ae96b
tree28caeb8d192123cb6a109f8a518b48dbbdf779a5
parent3ab3475c42c8ee5580f4ea1aeda73ebc8e5d5478
Minor improvement to the namedtuple implementation (GH-20741)

* Cleaner way to build the arg list with a trailing comma when required

* Fix appearance of __new__ in help()
Lib/collections/__init__.py