]> git.ipfire.org Git - thirdparty/tornado.git/commit
add expires docs to set_cookie. 2389/head
authorpeacetara <tara@birl.org>
Thu, 17 May 2018 17:09:36 +0000 (10:09 -0700)
committerGitHub <noreply@github.com>
Thu, 17 May 2018 17:09:36 +0000 (10:09 -0700)
commit5b43db1aede3b4851f7755aaca9569f7e05a5733
tree7f24e62b856c9f075541039d529f1122e0f2b8eb
parent81eb9f75238c1e3442f1687d0ca1030c5ba3f177
add expires docs to set_cookie.

update set_cookie docstring to explain what expires will accept and behave properly, without having to go track down httputil.format_timestamp, which is not exposed in the docs(that I could find).
tornado/web.py