[Python-Dev] Cookie.py

Andrew Kuchling akuchlin@mems-exchange.org
Fri, 11 Aug 2000 12:48:11 -0400


On Fri, Aug 11, 2000 at 07:40:31PM +0300, Moshe Zadka wrote:
>There are now three classes
>a) SimpleCookie -- never uses pickle
>b) SerilizeCookie -- always uses pickle
>c) SmartCookie -- uses pickle based on old heuristic.

Ah, good; never mind, then.

>About web package: I'm +0. Fred has to think about how to document
>things in packages (we never had to until now). Well, who cares <wink>

Hmm... the curses.ascii module is already documented, so documenting
packages shouldn't be a problem.

--amk