Message71302
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | alexandre.vassalotti, amaury.forgeotdarc, jnoller |
| Date | 2008-08-17.23:50:43 |
| SpamBayes Score | 2.444937e-05 |
| Marked as misclassified | No |
| Message-id | <1219017044.42.0.218703323561.issue3385@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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() |
|
| History | |||
|---|---|---|---|
| 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: <1219017044.42.0.218703323561.issue3385@psf.upfronthosting.co.za> |
| 2008-08-17 23:50:43 | amaury.forgeotdarc | link | issue3385 messages |
| 2008-08-17 23:50:43 | amaury.forgeotdarc | create | |