This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients gribbg, gvanrossum, levkivskyi, serhiy.storchaka
Date 2019-09-17.09:36:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568712982.64.0.733793450417.issue38191@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2019-09-17 09:36:22serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, levkivskyi, gribbg
2019-09-17 09:36:22serhiy.storchakasetmessageid: <1568712982.64.0.733793450417.issue38191@roundup.psfhosted.org>
2019-09-17 09:36:22serhiy.storchakalinkissue38191 messages
2019-09-17 09:36:22serhiy.storchakacreate