[Python-Dev] On breaking modules into packages Was: [issue10199] Move Demo/turtle under Lib/

Glyph Lefkowitz glyph at twistedmatrix.com
Wed Nov 3 20:08:33 CET 2010


On Nov 3, 2010, at 1:04 PM, James Y Knight wrote:

> This is the strongest reason why I recommend to everyone I know that they not use pickle for storage they'd like to keep working after upgrades [not just of stdlib, but other 3rd party software or their own software]. :)

+1.

Twisted actually tried to preserve pickle compatibility in the bad old days, but it was impossible.  Pickles should never really be saved to disk unless they contain nothing but lists, ints, strings, and dicts.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20101103/3756d84a/attachment.html>


More information about the Python-Dev mailing list