Message 332741 - Python tracker
Message332741
| Author | remi.lapeyre |
|---|---|
| Recipients | eric.smith, levkivskyi, remi.lapeyre, wrmsr |
| Date | 2018-12-30.01:25:41 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1546133141.16.0.0189397631096.issue35540@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Hi @wrmsr, this happens because the constructor for `collections.defaultdict` differs from the one of `dict`. I think the argument that collections.defaultdict is in the stdlib and should be supported is right, the changes in PR #11361 should do what you want. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-30 01:25:43 | remi.lapeyre | set | recipients: + remi.lapeyre, eric.smith, levkivskyi, wrmsr |
| 2018-12-30 01:25:41 | remi.lapeyre | set | messageid: <1546133141.16.0.0189397631096.issue35540@roundup.psfhosted.org> |
| 2018-12-30 01:25:41 | remi.lapeyre | link | issue35540 messages |
| 2018-12-30 01:25:41 | remi.lapeyre | create | |