Message191625
Can I vote for something like "__builtin__" as the protocol, rather than
something entirely specific to serialisation? As in "return the most
appropriate builtin type with the same value"? Then a converter
("operator.builtin"?) could coerce builtin subclasses to their base classes
by default, rather than needing to implement the protocol on every type.
Such a design would need a PEP, of course. |
|
Date |
User |
Action |
Args |
2013-06-22 01:08:31 | ncoghlan | set | recipients:
+ ncoghlan, gvanrossum, barry, rhettinger, amaury.forgeotdarc, pitrou, ezio.melotti, eli.bendersky, ethan.furman, eric.snow |
2013-06-22 01:08:31 | ncoghlan | link | issue18264 messages |
2013-06-22 01:08:30 | ncoghlan | create | |
|