[erlang-questions] Python pickle protocol 0 to erlang

Tim McNamara paperless@REDACTED
Tue Jul 31 23:32:54 CEST 2012


Apologies. Just noticed an error translating from shell to email and
also wanting to rename the function.

On 1 August 2012 09:30, Tim McNamara <paperless@REDACTED> wrote:
>>>> print pickle.dumps(sumr, 0)
> c__main__
> summa
> p0
> .

This should be;

>>> print pickle.dumps(sumr, 0)
c__main__
sumr
p0
.



More information about the erlang-questions mailing list