[issue2449] Improved serialization error logging in xmlrpclib

R. David Murray report at bugs.python.org
Mon Jan 11 14:49:30 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

I was curious, so I googled.  You may have already found this as well: it's a 'fault code', and apparently there's no standard for such codes.  The choice of 8002 may be modeled on what twisted.web does with exceptions.  Staying consistent with them is not a bad idea if you decide this is a similar enough fault case, but whatever is done it will need to be documented.

On the other hand, I also happened on this document, but I have no idea what its status is in the xmlrpc community:

http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php

----------
nosy: +r.david.murray
versions: +Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2449>
_______________________________________


More information about the Python-bugs-list mailing list