[Python-porting] pickle data
Neal Becker
ndbecker2 at gmail.com
Tue Dec 23 17:39:10 CET 2014
More information about the Python-porting mailing list
Tue Dec 23 17:39:10 CET 2014
- Previous message: [Python-porting] pickle data
- Next message: [Python-porting] pickle data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message: [Python-porting] pickle data
- Next message: [Python-porting] pickle data
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-porting mailing list