mailr9508 - /1.3/prompt/state.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 11, 2009 - 10:07:
Author: bugman
Date: Fri Sep 11 10:07:11 2009
New Revision: 9508

URL: http://svn.gna.org/viewcvs/relax?rev=9508&view=rev
Log:
Added a warning to the state.save() user function about the pickle format 
compatibility.


Modified:
    1.3/prompt/state.py

Modified: 1.3/prompt/state.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/state.py?rev=9508&r1=9507&r2=9508&view=diff
==============================================================================
--- 1.3/prompt/state.py (original)
+++ 1.3/prompt/state.py Fri Sep 11 10:07:11 2009
@@ -114,8 +114,8 @@
 
         This user function will place the program state - the relax data 
store - into a file for
         later reloading or reference.  The default format is an XML 
formatted file, but this can be
-        changed to a Python pickled object through the pickle flag (note, 
the pickle format is not
-        human readable).
+        changed to a Python pickled object through the pickle flag.  Note, 
the pickle format is not
+        human readable and often is not compatible with newer relax versions.
 
         The default behaviour of this function is to compress the file using 
bzip2 compression.  If
         the extension '.bz2' is not included in the file name, it will be 
added.  The compression




Related Messages


Powered by MHonArc, Updated Fri Sep 11 10:20:04 2009