]> git.ipfire.org Git - thirdparty/tornado.git/commit
Use escape.utf8() instead of .encode('utf-8') so we don't double-encode
authorBen Darnell <bdarnell@beaker.local>
Wed, 21 Apr 2010 21:17:22 +0000 (14:17 -0700)
committerBen Darnell <bdarnell@beaker.local>
Wed, 21 Apr 2010 21:17:58 +0000 (14:17 -0700)
commit9f7c9a38ff4d07fc79101bb05809cecd2efb8d6c
treec09cdcc7e1511c6adaaf569c95d5f76f08e369a7
parentc87e84f068706eca9e078937c8ff5857a72b8331
Use escape.utf8() instead of .encode('utf-8') so we don't double-encode
tornado/httpclient.py
tornado/wsgi.py