]> git.ipfire.org Git - thirdparty/tornado.git/commit
Revert change to use time.strftime (from 3.0).
authorBen Darnell <ben@bendarnell.com>
Fri, 24 May 2013 04:41:23 +0000 (00:41 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 24 May 2013 04:48:44 +0000 (00:48 -0400)
commitd2e57a336d43efb313b8430ae045f588c47e4e46
treed895caa07dcb1b300a9a216e2cba23d6436e227e
parent5037e3238bb0f5bcd0a20be1bb8efa30364f9ffe
Revert change to use time.strftime (from 3.0).

time.strftime is influenced by the user's locale (if one is set with
locale.setlocale), so it's not what we want.  Go back to the (slower)
email.utils functions.

Fixes #800.
tornado/httputil.py
tornado/test/runtests.py
tornado/test/web_test.py
tornado/web.py
tox.ini