]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use a single Cookie.SimpleCookie for outgoing cookies instead of a list.
authorBen Darnell <ben@bendarnell.com>
Mon, 20 Feb 2012 02:47:46 +0000 (18:47 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 20 Feb 2012 02:47:46 +0000 (18:47 -0800)
commit70ea7a5a6ca956b613168c9d123ee7cc951054bf
tree42ceb18bc8df97d8e9c1a258fabb1bb81fa997e8
parent2539f8376ce64cdd994c2ea724e0d87d9271a100
Use a single Cookie.SimpleCookie for outgoing cookies instead of a list.

The main reason for this change is to repeated calls to set_cookie
overwrite rather than append.

Closes #445.
tornado/test/web_test.py
tornado/web.py
website/sphinx/releases/next.rst