[Python-Dev] Cookie.py (original) (raw)

Barry A. Warsaw bwarsaw@beopen.com
Mon, 14 Aug 2000 12:09:11 -0400 (EDT)


"MZ" == Moshe Zadka <moshez@math.huji.ac.il> writes:

| a) SimpleCookie -- never uses pickle
| b) SerilizeCookie -- always uses pickle
| c) SmartCookie -- uses pickle based on old heuristic.

Very cool. The autopicklification really bugged me too (literally) in Mailman.

-Barry