]> git.ipfire.org Git - thirdparty/tornado.git/commit
Handle non-ascii data in logged exceptions like in the main message.
authorBen Darnell <ben@bendarnell.com>
Sat, 9 Feb 2013 00:21:10 +0000 (19:21 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 9 Feb 2013 00:21:10 +0000 (19:21 -0500)
commitf6f78cbb9308612896656298f4c7c151292bf3be
treeab48b1797af5f9a3bda00fd920dcbf97ca5cd302
parent172e095e9e845adb7cfb13fa5b27d3dcd267732b
Handle non-ascii data in logged exceptions like in the main message.

Closes #675
tornado/log.py
tornado/test/log_test.py