diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-04-18 21:04:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-04-18 21:04:39 (GMT) |
commit | 281b2c62117c9cb26f8dec55765f9f211282f298 (patch) | |
tree | 7c61c1d796ad8ed63be73935bc60d8eab1005d7f /Doc/whatsnew | |
parent | b5c4b7be3fc0c04f30535b456a22baef4d9b324e (diff) | |
download | cpython-281b2c62117c9cb26f8dec55765f9f211282f298.zip cpython-281b2c62117c9cb26f8dec55765f9f211282f298.tar.gz cpython-281b2c62117c9cb26f8dec55765f9f211282f298.tar.bz2 |
Patch #536883: SimpleXMLRPCServer auto-docing subclass.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 38669b2..f447ed4 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -1812,6 +1812,14 @@ of the URL is ASCII only. To implement this change, the module \module{stringprep}, the tool \code{mkstringprep} and the \code{punycode} encoding have been added. +\item The new \module{DocXMLRPCServer} allows to write +self-documenting XML-RPC servers. Run it in demo mode (as a program) +to see it in action: Pointing the Web browser to the RPC server +produces pydoc-style documentation; pointing xmlrpclib to the +server allows to invoke the actual methods. + +Contributed by Brian Quinlan. + \end{itemize} |