diff -r 9fba30110377 -r ef71abb1e77b devtools/fake.py --- a/devtools/fake.py Tue Oct 13 12:03:24 2009 +0200 +++ b/devtools/fake.py Tue Oct 13 12:04:10 2009 +0200 @@ -98,7 +98,7 @@ """ return self._headers.get(header, default) - def set_cookie(self, cookie, key, maxage=300): + def set_cookie(self, cookie, key, maxage=300, expires=None): """set / update a cookie key by default, cookie will be available for the next 5 minutes