uilib.py
branchstable
changeset 9326 9d145b4c4e53
parent 8301 1385e05afe52
child 9524 c4581bc582e1
--- a/uilib.py	Thu Nov 07 11:20:59 2013 +0100
+++ b/uilib.py	Tue Nov 12 15:24:57 2013 +0100
@@ -453,7 +453,7 @@
 
 
 def rest_traceback(info, exception):
-    """return a ReST formated traceback"""
+    """return a unicode ReST formated traceback"""
     res = [u'Traceback\n---------\n::\n']
     for stackentry in traceback.extract_tb(info[2]):
         res.append(u'\tFile %s, line %s, function %s' % tuple(stackentry[:3]))