[Python-checkins] CVS: python/dist/src/Doc/lib libsimplexmlrpc.tex,1.1,1.2

Fred L. Drake fdrake@users.sourceforge.net
Fri, 28 Sep 2001 22:02:02 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv23701/lib

Modified Files:
	libsimplexmlrpc.tex 
Log Message:
Minor markup improvement.

Index: libsimplexmlrpc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsimplexmlrpc.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** libsimplexmlrpc.tex	2001/09/28 22:02:21	1.1
--- libsimplexmlrpc.tex	2001/09/29 05:01:59	1.2
***************
*** 9,15 ****
  The \module{SimpleXMLRPCServer} module provides a basic server
  framework for XML-RPC servers written in Python.  The server object is
! based on the \code{\refmodule{SocketServer}.TCPServer} class,
  and the request handler is based on the
! \code{\refmodule{BaseHTTPServer}.BaseHTTPRequestHandler} class.
  
  
--- 9,15 ----
  The \module{SimpleXMLRPCServer} module provides a basic server
  framework for XML-RPC servers written in Python.  The server object is
! based on the \class{\refmodule{SocketServer}.TCPServer} class,
  and the request handler is based on the
! \class{\refmodule{BaseHTTPServer}.BaseHTTPRequestHandler} class.