To pickle or not to pickle

Cecil Westerhof Cecil at decebal.nl
Fri May 8 05:58:45 EDT 2015


I first used marshal in my filebasedMessages module. Then I read that
you should not use it, because it changes per Python version and it
was better to use pickle. So I did that and now I find:
    https://wiki.python.org/moin/Pickle

Is it really that bad and should I change again?

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof



More information about the Python-list mailing list