Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08fe82 commit 10acc8fCopy full SHA for 10acc8f
1 file changed
Doc/lib/libxmlrpclib.tex
@@ -58,7 +58,9 @@ \section{\module{xmlrpclib} --- XML-RPC client access}
58
This is the full set of data types supported by XML-RPC. Method calls
59
may also raise a special \exception{Fault} instance, used to signal
60
XML-RPC server errors, or \exception{ProtocolError} used to signal an
61
-error in the HTTP/HTTPS transport layer.
+error in the HTTP/HTTPS transport layer. Note that even though starting
62
+with Python 2.2 you can subclass builtin types, the xmlrpclib module
63
+currently does not marshal instances of such subclasses.
64
65
When passing strings, characters special to XML such as \samp{<},
66
\samp{>}, and \samp{\&} will be automatically escaped. However, it's
0 commit comments