[Python-checkins] python/dist/src/Doc/lib libxmlrpclib.tex,1.11,1.12

effbot@users.sourceforge.net effbot@users.sourceforge.net
Tue, 22 Oct 2002 11:26:31 -0700


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

Modified Files:
	libxmlrpclib.tex 
Log Message:


terminology


Index: libxmlrpclib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxmlrpclib.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** libxmlrpclib.tex	22 Oct 2002 18:23:00 -0000	1.11
--- libxmlrpclib.tex	22 Oct 2002 18:26:28 -0000	1.12
***************
*** 30,34 ****
  
  Both the HTTP and HTTPS transports support the URL syntax extension for
! HTTP Basic Authorization: \code{http://user:pass@host:port/path}.  The 
  \code{user:pass} portion will be base64-encoded as an HTTP `Authorization'
  header, and sent to the remote server as part of the connection process
--- 30,34 ----
  
  Both the HTTP and HTTPS transports support the URL syntax extension for
! HTTP Basic Authentication: \code{http://user:pass@host:port/path}.  The 
  \code{user:pass} portion will be base64-encoded as an HTTP `Authorization'
  header, and sent to the remote server as part of the connection process