[Python-Dev] Cookie.py too strict

Chermside, Michael mchermside@ingdirect.com
Wed, 22 Jan 2003 08:00:46 -0500


[Barry writes that Cookie is always strict and that's occasionally a =
PITA,
 particularly when you want to be strict in what you produce but liberal
 in what you accept.]

Seems like=20
  Cookie.load(rawdata)
could become=20
  Cookie.load(rawdata, strict=3Dtrue)
without breaking anything. Putting it only on the .load() may be a =
little
less flexible than some would like, but it does tend to enforce the
"produce strict, accept liberal" mantra.

-- Michael Chermside