]> git.ipfire.org Git - thirdparty/tornado.git/commit
Mark many of our internal string literals as byte literals.
authorBen Darnell <ben@bendarnell.com>
Thu, 24 Feb 2011 22:36:32 +0000 (14:36 -0800)
committerBen Darnell <ben@bendarnell.com>
Thu, 24 Feb 2011 22:36:32 +0000 (14:36 -0800)
commit344fb21fcfb81e400be2ae9fdd460a44260e6b05
tree870a0c58d052893b83121ff6a22ab7aa63fc48ab
parenta3ee8cf69fbcab09ebcb06b80f4dcadf16f1e987
Mark many of our internal string literals as byte literals.

Use a function wrapper b() instead of real byte literals so we
can continue to support 2.5.
tornado/httpserver.py
tornado/iostream.py
tornado/simple_httpclient.py
tornado/test/iostream_test.py
tornado/test/simple_httpclient_test.py
tornado/test/stack_context_test.py
tornado/test/web_test.py
tornado/util.py
tornado/web.py