Re: python3: help with pickle

2010-07-15 Thread Chris Rebert
On Thu, Jul 15, 2010 at 3:34 AM, Alan wrote: > Hi there, > This is more an exercise to myself to understand python3. I took a code I > wrote (acpype) and I am trying to make it compatible with either python 3 or > 2. > I am trying to make a pickle file compatible with either python 3 and 2 as I >

python3: help with pickle

2010-07-15 Thread Alan
Hi there, This is more an exercise to myself to understand python3. I took a code I wrote (acpype) and I am trying to make it compatible with either python 3 or 2. I am trying to make a pickle file compatible with either python 3 and 2 as I believe it should be possible. I've looked at http://do