rbt <[EMAIL PROTECTED]> wrote:
   ...
> Thanks to everyone for the tips on eval and repr. I went with the 
> cPickle suggestion... this is awesome! It was the easiest and quickest
> solution performance-wise. Just makes me think, "Wow... how the heck 
> does pickle do that?!"

pickle.py implements just the same job, in pure Python, and it's easily
found within your Python's standard library, so you may want to study it
to see how it does perform its task.


Alex
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to