[Mailman-Developers] Reconstructing config.pck

Barry A. Warsaw barry@python.org
Thu, 8 Aug 2002 14:29:47 -0400


>>>>> "DC" == Donn Cave <donn@u.washington.edu> writes:

    DC> Stuff accumulates in Unpickler().stack, so assuming there's
    DC> nothing of interest after the start of invalid data, one could
    DC> catch the exception and examine "stack".  Beats vi, maybe.

Ah good point.  Use the Python pickle.py module, not the cPickle.py
module for easier introspection.  For Mailman's uses the two should be
interchangeable.

-Barry