[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.138,1.139

loewis@users.sourceforge.net loewis@users.sourceforge.net
Fri, 18 Apr 2003 14:05:12 -0700


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1:/tmp/cvs-serv2389/Doc/whatsnew

Modified Files:
	whatsnew23.tex 
Log Message:
Patch #536883: SimpleXMLRPCServer auto-docing subclass.


Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.138
retrieving revision 1.139
diff -C2 -d -r1.138 -r1.139
*** whatsnew23.tex	18 Apr 2003 10:39:51 -0000	1.138
--- whatsnew23.tex	18 Apr 2003 21:04:35 -0000	1.139
***************
*** 1813,1816 ****
--- 1813,1824 ----
  \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}