[Python-checkins] python/dist/src/Doc/lib libhttplib.tex,1.32,1.33

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 27 Jan 2003 08:32:08 -0800


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

Modified Files:
	libhttplib.tex 
Log Message:
Adjust some of Skip's latest changes slightly; these really are things
that should stand out.


Index: libhttplib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libhttplib.tex,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** libhttplib.tex	27 Jan 2003 15:00:38 -0000	1.32
--- libhttplib.tex	27 Jan 2003 16:32:04 -0000	1.33
***************
*** 11,19 ****
  HTTP and HTTPS protocols.  It is normally not used directly --- the
  module \refmodule{urllib}\refstmodindex{urllib} uses it to handle URLs
! that use HTTP and HTTPS.  \note{HTTPS support is only
! available if the \refmodule{socket} module was compiled with SSL
! support.}  \note{The \class{HTTP} class is retained only for backward
! compatibility with 1.5.2.  It should not be used in new code.  Refer to the
! online docstrings for usage.}
  
  The constants defined in this module are:
--- 11,27 ----
  HTTP and HTTPS protocols.  It is normally not used directly --- the
  module \refmodule{urllib}\refstmodindex{urllib} uses it to handle URLs
! that use HTTP and HTTPS.
! 
! \begin{notice}
!   HTTPS support is only available if the \refmodule{socket} module was
!   compiled with SSL support.
! \end{notice}
! 
! \begin{notice}
!   The public interface for this module changed substantially in Python
!   2.0.  The \class{HTTP} class is retained only for backward
!   compatibility with 1.5.2.  It should not be used in new code.  Refer
!   to the online docstrings for usage.
! \end{notice}
  
  The constants defined in this module are: