"py" <[EMAIL PROTECTED]> writes: > Noah wrote: > > You can give up on pickle, because pickle is only > > guaranteed to work with the exact same version of the Python > > interpreter. > > :(
No that's confusing pickle with marshal. Pickle is supposed to work across versions, though it has recently grown a few slightly incompatible optional modes. -- http://mail.python.org/mailman/listinfo/python-list