# HG changeset patch # User paulb # Date 1082826061 0 # Node ID 5d37945093ab34c54b62a2cebfd743c3166833f3 # Parent a2b69c501308bfa084dc20dcd54796585c39cfa0 [project @ 2004-04-24 17:01:01 by paulb] Updated the cookie demonstration. diff -r a2b69c501308 -r 5d37945093ab examples/Common/Cookies/__init__.py --- a/examples/Common/Cookies/__init__.py Sat Apr 24 17:00:49 2004 +0000 +++ b/examples/Common/Cookies/__init__.py Sat Apr 24 17:01:01 2004 +0000 @@ -55,11 +55,16 @@ +

Cookie

+

Name specified: %s

+

Value found: %s

""" % ( message, self._format_dict(trans.get_cookies()), + cookie_name, + trans.get_cookie(cookie_name), )) def _format_dict(self, d):