Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

PR 16222 adds support for arbitrary keyword argument names in NamedTuple and 
TypedDict. Passing arguments like "typename", "_typename", "fields" and 
"_fields" by keyword is still supported, but deprecated. I'm going to backport 
this to 3.8 and 3.7 (to 3.7 without deprecation warnings), and than convert 
warnings to error in master (by using positional-only parameters syntax).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38191>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to