Problem with cPickle and cElementTree

2008-10-09 Thread Barry
I recently tried switching from ElementTree to cElementTree. My application parses a collection of large XML files and creates indexes based on certain attributes. This entire collection is saved as an instance of my Database class. Using ElementTree and cPickle has allowed me to save these

Re: Problem with cPickle and cElementTree

2008-10-09 Thread Stefan Behnel
Barry wrote: I recently tried switching from ElementTree to cElementTree. My application parses a collection of large XML files and creates indexes based on certain attributes. This entire collection is saved as an instance of my Database class. Using ElementTree and cPickle has allowed me