Jari Tenhunen added the comment:
How about revisiting this one? Although this behavior/limitation is documented,
it is quite surprising to the user. FWIW, (simple)json module serializes
subclasses of builtin types just as expected.
--
nosy: +jait
Jari Tenhunen added the comment:
>> FWIW, (simple)json module serializes subclasses of builtin types
>> just as expected.
> Does that round trip properly? For instance, if you serialize an
> instance of a list subclass does it unserialize as a list instance
> or as the