On Dec 24, 10:01 pm, Istvan Albert <[EMAIL PROTECTED]> wrote:
> On Dec 24, 7:38 pm, [EMAIL PROTECTED] wrote:
>
> > Any tips welcome.
>
> pickling has a text protocol that should be compatible across python
> versions. Pickle  each of your database entries to a different file,
> then read them in the newer version of the script.
>
> i.

Thanks for the suggestion.  I had forgotten that pickle by default has
an ASCII format - I've now written a couple of scripts, first in
Python 2.2 and then in the current default version to do the
translation.  A bit tedious, but it works.


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

Reply via email to