Specifying a module when Unpickling

Markus Wankus markus_wankus at hotmail.com
Tue May 13 13:36:12 EDT 2003


Well, as it turns out I wasn't using my brain.  Since I was always in the 
cPickle world - subclassing didn't occur to me.  However, subclassing the 
pickle.Unpickler class and overriding a couple methods solved my problem.

Thanks to all who responded.

-- 
Markus




More information about the Python-list mailing list