commit | 2bf31ccab3d17f3f35b42dca97f99576dfe2fc7d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Sep 17 21:22:00 2019 +0300 |
committer | GitHub <noreply@github.com> | Tue Sep 17 21:22:00 2019 +0300 |
tree | f92bdc27f3280f735b5d986bc30ef1e97e65430e | |
parent | b57481318e3e3cbacd398b898f9849ec8f2d7eec [diff] |
bpo-38191: Accept arbitrary keyword names in NamedTuple() and TypedDict(). (GH-16222) This includes such names as "cls", "self", "typename", "_typename", "fields" and "_fields". Passing positional arguments by keyword is deprecated.