]> granicus.if.org Git - python/commitdiff
added note that xmlrpclib won't marshal instances of subclasses of the
authorSkip Montanaro <skip@pobox.com>
Sun, 17 Mar 2002 23:15:02 +0000 (23:15 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 17 Mar 2002 23:15:02 +0000 (23:15 +0000)
builtin types

Doc/lib/libxmlrpclib.tex

index d8126e40720a3cc235dd20913e6152a3f8a809bd..0c25c027bbd08227bef1d56f86fe09a23da804bb 100644 (file)
@@ -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