]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Simplify creation of the __new__ method in namedtuple() (GH-20361) (GH-20409)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 May 2020 05:00:31 +0000 (22:00 -0700)
committerGitHub <noreply@github.com>
Tue, 26 May 2020 05:00:31 +0000 (22:00 -0700)
commita729f4abb8a3b13b63d46c450faf64202751449b
tree29e1becea242e860cd8ffd5c6f455ebf6f504d22
parentfda47659bbc27097abb6e3b8a380bff13a753eb0
Simplify creation of the __new__ method in namedtuple() (GH-20361) (GH-20409)
Lib/collections/__init__.py