Message92014
> how about a way to declare one wants exact 1:1 mapping between py2<>py3,
> so str<>bytes and unicode<>str will work for sure
In a sense, that's already possible. Inherit from _Pickler/_Unpickler,
and replace the dispatch dict with a different mapping.
I wouldn't object to supporting this with an option, though, assuming it
was properly documented and implemented for both pickle and _pickle
(probably along with pickletools). |
|
Date |
User |
Action |
Args |
2009-08-27 21:08:03 | loewis | set | recipients:
+ loewis, gvanrossum, pitrou, alexandre.vassalotti, RonnyPfannschmidt |
2009-08-27 21:08:01 | loewis | link | issue6784 messages |
2009-08-27 21:08:01 | loewis | create | |
|