[Python-porting] pickle data

Neal Becker ndbecker2 at gmail.com
Tue Dec 23 17:39:10 CET 2014


Gregory P. Smith wrote:

> Or update your Python 2 code to save its data in a proper well defined
> language agnostic portable data format instead of a pickle. Pickles are
> definitely a problem. My own advice is to never use them for anything you
> don't mind throwing away (ie: simple caches).
> 

Such as?




More information about the Python-porting mailing list