Showing content from http://mail.python.org/pipermail/python-dev/attachments/20071004/c9a8b4fc/attachment.htm below:
<br>Hi,<br><br>When an exception occurs in a function, SimpleXMLRPCServer currently sends exception type and value back to the client (in <faultString>) . So the client sees some thing like:<br><br>"'<type \'
exceptions.ValueError\'>:invalid literal for int() with base 10"<br><br>This string is constructed in _marshaled_dispatch() as ""%s:%s" % (exc_type, exc_value)". How about adding the stack traceback to this string? I found it very useful to have the server side traceback in case of failures. I will come up with a patch if there is any interest.
<br><br>Some thing similar has been done in case of internal server errors (in r57158).<br><br>Thanks,<br>Raghu<br><br><br><br>
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4