[issue469972] xmlrpclib won't marshal new types

2010-12-13 Thread Jari Tenhunen
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

[issue469972] xmlrpclib won't marshal new types

2010-12-13 Thread Jari Tenhunen
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