Message332860
| 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:29 | iceboy | set | recipients: + iceboy, ammar2 |
| 2019-01-02 10:07:28 | iceboy | set | messageid: <1546423648.57.0.947462843553.issue35634@roundup.psfhosted.org> |
| 2019-01-02 10:07:28 | iceboy | link | issue35634 messages |
| 2019-01-02 10:07:28 | iceboy | create | |