Graham Dumpleton
graham.dumpleton at gmail.com
Thu May 10 21:59:34 EDT 2007
On 11/05/07, Ryan Kaskel <ryan at ryankaskel.com> wrote: > > Cookie.add_cookie(req, Cookie.MarshalCookie('example1', > value,'example'), expires=time.time() + 3000000) What happens when you put the close bracket in the correct spot such that the expires argument is passed to the MarshalCookie constructor and not the add_cookie() function? Graham
|