On Wed, Jun 24, 2009 at 1:17 PM, Dinesh B
Vadhia<dineshbvad...@hotmail.com> wrote:
> I want to pickle (very long) strings and save them in a sqlite db.  The plan
> is to use pickle dumps() to turn a string into a pickle object and store it
> in sqlite.  After reading the string back from the sqlite db, use pickle
> loads() to turn back into original string.

There is no such thing as a "pickle object", the result of
pickle.dumps() is a string.

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to