K 10 svn:author V 6 itetcu K 8 svn:date V 27 2006-05-09T11:46:02.000000Z K 7 svn:log V 537 TrustedPickle is a Python module that can save most any arbitrary Python object in a signed pickle file. There are two big differences between this module and the standard pickle module. First, TrustedPickle can pickle a module, but the standard pickle module cannot. Second, TrustedPickle includes a signature that can verify the data's origin before the data is unpickled. WWW: http://trustedpickle.sourceforge.net/index.html PR: ports/96691 Submitted by: Alexander Botero-Lowry Approved by: lawrance (mentor) END