[Python-checkins] CVS: python/dist/src/Doc/lib libxmlrpclib.tex,1.7,1.8

Skip Montanaro montanaro@users.sourceforge.net
Sun, 17 Mar 2002 15:15:04 -0800


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

Modified Files:
	libxmlrpclib.tex 
Log Message:
added note that xmlrpclib won't marshal instances of subclasses of the
builtin types


Index: libxmlrpclib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxmlrpclib.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** libxmlrpclib.tex	14 Mar 2002 17:35:25 -0000	1.7
--- libxmlrpclib.tex	17 Mar 2002 23:15:02 -0000	1.8
***************
*** 59,63 ****
  may also raise a special \exception{Fault} instance, used to signal
  XML-RPC server errors, or \exception{ProtocolError} used to signal an
! error in the HTTP/HTTPS transport layer.
  
  When passing strings, characters special to XML such as \samp{<},
--- 59,65 ----
  may also raise a special \exception{Fault} instance, used to signal
  XML-RPC server errors, or \exception{ProtocolError} used to signal an
! error in the HTTP/HTTPS transport layer.  Note that even though starting
! with Python 2.2 you can subclass builtin types, the xmlrpclib module
! currently does not marshal instances of such subclasses.
  
  When passing strings, characters special to XML such as \samp{<},