Ian or Stuart,
I just did a CVS update on Webware and I see that the patch to add the
delCookie() method to HTTPResponse was accepted. However, I think the patch
to add a delete() method to Cookie.py got overlooked. The delCookie() patch
depends on the delete() patch.
The alternative to adding the delete() method would be to change delCookie
() to use the setCookie method in HTTPResponse, but I haven't done so and
have not tested to see if this would work.
...Edmund.
|