From: Skip Montanaro Date: Tue, 22 Apr 2008 22:45:09 +0000 (+0000) Subject: Factor in documentation changes from issue 1753732. X-Git-Tag: v2.6a3~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d9aafa49da7741f65054366ba9ecc1266951ced;p=python Factor in documentation changes from issue 1753732. --- diff --git a/Doc/library/xmlrpclib.rst b/Doc/library/xmlrpclib.rst index 9dd6c0e3b6..51d97a23fa 100644 --- a/Doc/library/xmlrpclib.rst +++ b/Doc/library/xmlrpclib.rst @@ -121,6 +121,14 @@ between conformable Python objects and XML on the wire. `XML-RPC Introspection `_ Describes the XML-RPC protocol extension for introspection. + `XML-RPC Specification `_ + The official specification. + + `Unofficial XML-RPC Errata `_ + Fredrik Lundh's "unofficial errata, intended to clarify certain + details in the XML-RPC specification, as well as hint at + 'best practices' to use when designing your own XML-RPC + implementations." .. _serverproxy-objects: @@ -290,6 +298,11 @@ internal use by the marshalling/unmarshalling code: Write the XML-RPC base 64 encoding of this binary item to the out stream object. + The encoded data will have newlines every 76 characters as per + `RFC 2045 section 6.8 `_, + which was the de facto standard base64 specification when the + XML-RPC spec was written. + It also supports certain of Python's built-in operators through a :meth:`__cmp__` method.