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 methane
Recipients jogo, methane, serhiy.storchaka
Date 2020-01-04.02:32:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578105136.31.0.107537321561.issue39196@roundup.psfhosted.org>
In-reply-to
Content
If we support more types by default, user can not customize serialization of the type using `default` option.
That's why we don't accept "any iterable" but only list and tuple.
History
Date User Action Args
2020-01-04 02:32:16methanesetrecipients: + methane, serhiy.storchaka, jogo
2020-01-04 02:32:16methanesetmessageid: <1578105136.31.0.107537321561.issue39196@roundup.psfhosted.org>
2020-01-04 02:32:16methanelinkissue39196 messages
2020-01-04 02:32:15methanecreate