[Python-checkins] CVS: python/dist/src/Doc/lib libcgihttp.tex,1.5.4.1,1.5.4.2

Fred L. Drake fdrake@users.sourceforge.net
Sat, 15 Dec 2001 12:42:54 -0800


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

Modified Files:
      Tag: release21-maint
	libcgihttp.tex 
Log Message:
Remove extraneous "}"; possibly an incorrectly backported patch?

Index: libcgihttp.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcgihttp.tex,v
retrieving revision 1.5.4.1
retrieving revision 1.5.4.2
diff -C2 -d -r1.5.4.1 -r1.5.4.2
*** libcgihttp.tex	2001/11/19 05:22:44	1.5.4.1
--- libcgihttp.tex	2001/12/15 20:42:52	1.5.4.2
***************
*** 17,21 ****
  \strong{Note:}  This module can run CGI scripts on \UNIX{} and Windows
  systems; on Mac OS it will only be able to run Python scripts within
! the same process as itself.}
  
  The \module{CGIHTTPServer} module defines the following class:
--- 17,21 ----
  \strong{Note:}  This module can run CGI scripts on \UNIX{} and Windows
  systems; on Mac OS it will only be able to run Python scripts within
! the same process as itself.
  
  The \module{CGIHTTPServer} module defines the following class: