Message389993
| Author | sfreilich |
|---|---|
| Recipients | eric.araujo, methane, qpeter, serhiy.storchaka, sfreilich |
| Date | 2021-04-01.15:16:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1617290176.14.0.614527873438.issue31466@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I think the less-minor issue, of which this is a small subset, is that JSONEncoder doesn't allow changing the behavior for default-serializable types at all. That means you can't choose to lose less information in round-trip serialization/deserialization, if that's what you want (e.g. there's no way to round-trip serialize a tuple with JSONEncoder, though it's trivial to do that for a set). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-01 15:16:16 | sfreilich | set | recipients: + sfreilich, eric.araujo, methane, serhiy.storchaka, qpeter |
| 2021-04-01 15:16:16 | sfreilich | set | messageid: <1617290176.14.0.614527873438.issue31466@roundup.psfhosted.org> |
| 2021-04-01 15:16:16 | sfreilich | link | issue31466 messages |
| 2021-04-01 15:16:16 | sfreilich | create | |