From: Skip Montanaro Date: Sun, 17 Mar 2002 23:15:02 +0000 (+0000) Subject: added note that xmlrpclib won't marshal instances of subclasses of the X-Git-Tag: v2.3c1~6464 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10acc8f9e23e8b5afc39041387d768342464e658;p=python added note that xmlrpclib won't marshal instances of subclasses of the builtin types --- diff --git a/Doc/lib/libxmlrpclib.tex b/Doc/lib/libxmlrpclib.tex index d8126e4072..0c25c027bb 100644 --- a/Doc/lib/libxmlrpclib.tex +++ b/Doc/lib/libxmlrpclib.tex @@ -58,7 +58,9 @@ Python type): This is the full set of data types supported by XML-RPC. Method calls may also raise a special \exception{Fault} instance, used to signal XML-RPC server errors, or \exception{ProtocolError} used to signal an -error in the HTTP/HTTPS transport layer. +error in the HTTP/HTTPS transport layer. Note that even though starting +with Python 2.2 you can subclass builtin types, the xmlrpclib module +currently does not marshal instances of such subclasses. When passing strings, characters special to XML such as \samp{<}, \samp{>}, and \samp{\&} will be automatically escaped. However, it's