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 iceboy
Recipients ammar2, iceboy
Date 2019-01-02.10:07:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546423648.57.0.947462843553.issue35634@roundup.psfhosted.org>
In-reply-to
Content
I feel like we should not check the argument and allow overriding. If the argument checking is desired, can we also check when there is only a single kwargs? Currently `foo(**d)` still works in Python 3.6 with duplicated keys.
History
Date User Action Args
2019-01-02 10:07:29iceboysetrecipients: + iceboy, ammar2
2019-01-02 10:07:28iceboysetmessageid: <1546423648.57.0.947462843553.issue35634@roundup.psfhosted.org>
2019-01-02 10:07:28iceboylinkissue35634 messages
2019-01-02 10:07:28iceboycreate