]> git.ipfire.org Git - thirdparty/tornado.git/commit
Convert all uses of t.util.u() to real unicode literals.
authorBen Darnell <ben@bendarnell.com>
Sun, 25 Oct 2015 15:25:38 +0000 (11:25 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 6 Nov 2015 23:53:11 +0000 (18:53 -0500)
commit3312ffb2c0148330f5e768866ca45d8f88dadbd4
treed3a3658d788c9d97b1c2c5ef45bb3eb37e218d17
parentf36280600f8680fe9ae313d09db663195b615bc0
Convert all uses of t.util.u() to real unicode literals.
16 files changed:
tornado/_locale_data.py
tornado/auth.py
tornado/escape.py
tornado/locale.py
tornado/test/auth_test.py
tornado/test/escape_test.py
tornado/test/httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/httputil_test.py
tornado/test/locale_test.py
tornado/test/log_test.py
tornado/test/resolve_test_helper.py
tornado/test/template_test.py
tornado/test/util_test.py
tornado/test/web_test.py
tornado/test/websocket_test.py