Message71302
Maybe I missed something, but the (subclassable) python implementation
of Pickler is still available with another name:
from pickle import _Pickler as Pickler
class ForkingPickler(Pickler):
dispatch = Pickler.dispatch.copy() |
|
| Date |
User |
Action |
Args |
| 2008-08-17 23:50:44 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, alexandre.vassalotti, jnoller |
| 2008-08-17 23:50:44 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2008-08-17 23:50:43 | amaury.forgeotdarc | link | issue3385 messages |
| 2008-08-17 23:50:43 | amaury.forgeotdarc | create | |
|