[Python-checkins] CVS: python/dist/src/Doc/lib libbasehttp.tex,1.11,1.12 libcgihttp.tex,1.3,1.4

Fred L. Drake python-dev@python.org
Tue, 10 Oct 2000 09:56:45 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18517

Modified Files:
	libbasehttp.tex libcgihttp.tex 
Log Message:

Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>.


Index: libbasehttp.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbasehttp.tex,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** libbasehttp.tex	2000/07/16 19:01:09	1.11
--- libbasehttp.tex	2000/10/10 16:56:41	1.12
***************
*** 1,8 ****
  \section{\module{BaseHTTPServer} ---
!          Basic HTTP server.}
! \declaremodule{standard}{BaseHTTPServer}
  
  \modulesynopsis{Basic HTTP server (base class for
! \class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
  
  
--- 1,8 ----
  \section{\module{BaseHTTPServer} ---
!          Basic HTTP server}
  
+ \declaremodule{standard}{BaseHTTPServer}
  \modulesynopsis{Basic HTTP server (base class for
!                 \class{SimpleHTTPServer} and \class{CGIHTTPServer}).}
  
  
***************
*** 11,15 ****
  \index{URL}
  \index{httpd}
- 
  
  This module defines two classes for implementing HTTP servers
--- 11,14 ----

Index: libcgihttp.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcgihttp.tex,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** libcgihttp.tex	2000/07/16 19:01:09	1.3
--- libcgihttp.tex	2000/10/10 16:56:41	1.4
***************
*** 1,4 ****
  \section{\module{CGIHTTPServer} ---
!          A Do-Something Request Handler}
  
  
--- 1,4 ----
  \section{\module{CGIHTTPServer} ---
!          CGI-capable HTTP request handler}